Commit 37282f8d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Herbert Xu

crypto: ccree - remove bogus paragraph about freeing SRAM

The SRAM allocator does not support deallocating memory.
Hence remove all references to freeing SRAM.

Fix grammar while at it.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e431cc04
...@@ -50,9 +50,6 @@ int cc_sram_mgr_init(struct cc_drvdata *drvdata) ...@@ -50,9 +50,6 @@ int cc_sram_mgr_init(struct cc_drvdata *drvdata)
/*! /*!
* Allocated buffer from SRAM pool. * Allocated buffer from SRAM pool.
* Note: Caller is responsible to free the LAST allocated buffer.
* This function does not taking care of any fragmentation may occur
* by the order of calls to alloc/free.
* *
* \param drvdata * \param drvdata
* \param size The requested bytes to allocate * \param size The requested bytes to allocate
......
...@@ -30,10 +30,7 @@ typedef u64 cc_sram_addr_t; ...@@ -30,10 +30,7 @@ typedef u64 cc_sram_addr_t;
int cc_sram_mgr_init(struct cc_drvdata *drvdata); int cc_sram_mgr_init(struct cc_drvdata *drvdata);
/*! /*!
* Allocated buffer from SRAM pool. * Allocate buffer from SRAM pool.
* Note: Caller is responsible to free the LAST allocated buffer.
* This function does not taking care of any fragmentation may occur
* by the order of calls to alloc/free.
* *
* \param drvdata * \param drvdata
* \param size The requested bytes to allocate * \param size The requested bytes to allocate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment