]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lguest: rename random32() to prandom_u32()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 20 Mar 2013 04:08:47 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:34:03 +0000 (15:34 +1100)
commit642c48b9697b5a1a1c2fbe4a5515510881e1e764
tree5400ffe0d9edd5e1da5a3a8f1fabca9c8b3e6f1a
parent25f0b96d6468e2bba91e4d912a4afc965bd671cb
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