Re: [3.13 PATCH 1/2] random: entropy_bytes is actually bits

2013-12-07 Thread Theodore Ts'o
On Fri, Dec 06, 2013 at 09:27:52PM -0500, Greg Price wrote: > The variable 'entropy_bytes' is set from an expression that actually > counts bits. Fortunately it's also only compared to values that also > count bits. Rename it accordingly. > > Signed-off-by: Greg Price Thanks, applied.

[3.13 PATCH 1/2] random: entropy_bytes is actually bits

2013-12-06 Thread Greg Price
The variable 'entropy_bytes' is set from an expression that actually counts bits. Fortunately it's also only compared to values that also count bits. Rename it accordingly. Signed-off-by: Greg Price --- drivers/char/random.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g