]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lguest: rename random32() to prandom_u32()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 26 Mar 2013 23:26:09 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Apr 2013 07:29:57 +0000 (18:29 +1100)
commit6cbcfc2a4244a77104eaea5a5be7538e6fbcf77e
tree414a0b0020b2bb10a65edc9a22a61acd9fa1363a
parent505432e0cd4b0d2b2f43ac188bcebca7cda7e304
lguest: rename random32() to prandom_u32()

Use preferable function name which implies using a pseudo-random
number generator.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/lguest/page_tables.c