Re: [PATCH v2] Improve comment of get_random_bytes function

From: Jason A. Donenfeld
Date: Sat Oct 01 2022 - 17:40:02 EST


On Sat, Oct 1, 2022 at 5:36 PM William Zijl <postmaster@xxxxxxxxxx> wrote:
>
> Hi all,
>
> The old comment of this function had a double whitespace and contained
> grammatical errors, such as: `the randomness by this function`, `at
> least once at any point prior`. Replace those sentences with `the
> randomness returned by this function`, `at any point prior to this`
> respectively.

Thanks. As mentioned, "at any point prior" seems fine to me, so I kept
that as-is, but committed the rest, and rewrote the commit message.

https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git/commit/?id=d687772e6d2cbffd91fdda64812f79192c1e7ca0

Jason