Minor, cosmetic changes.

This commit is contained in:
Gregory Nutt
2019-09-23 12:58:31 -06:00
parent 5141d9f53c
commit fe983a4471
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ static struct rng_s g_rng;
#ifdef CONFIG_BOARD_ENTROPY_POOL
/* Entropy pool structure can be provided by board source. Use for this is,
* for example, allocate entropy pool from special area of RAM which content
* is kept over system reset. */
* is kept over system reset.
*/
# define entropy_pool board_entropy_pool
#else