Re: [PATCH v3] random: group entropy collection functions

From: Eric Biggers
Date: Mon Feb 21 2022 - 14:24:00 EST


On Mon, Feb 21, 2022 at 04:18:19PM +0100, Jason A. Donenfeld wrote:
> This pulls all of the entropy collection-focused functions into the
> forth labeled section.

forth => fourth

>
> No functional changes.
>
> Cc: Theodore Ts'o <tytso@xxxxxxx>
> Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> ---
> v3 adjusts the comment to follow the order of functions, per Eric's
> request.
>
> drivers/char/random.c | 370 +++++++++++++++++++++++-------------------
> 1 file changed, 206 insertions(+), 164 deletions(-)

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric