Re: [PATCH] random: credit architectural init the exact amount

From: Jason A. Donenfeld
Date: Fri May 13 2022 - 06:14:05 EST


Hi Dominik,

On Fri, May 13, 2022 at 08:18:30AM +0200, Dominik Brodowski wrote:
> > - bool arch_init = true;
> > + unsigned int i, arch_init;
>
> Maybe s/arch_init/arch_init_cnt/g to clarify that this is now used as a
> counter?

Good idea. I'll call it arch_bytes, which will make the `* 8` lower down
more obviously doing bytes->bits.

Jason