From: Greg Price Date: Sat, 7 Dec 2013 14:49:55 +0000 (-0500) Subject: random: entropy_bytes is actually bits X-Git-Tag: v3.15-rc1~88^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1b08c40c4f02c119476b29eca9bbc8d98d2a83;p=pandora-kernel.git random: entropy_bytes is actually bits 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed