random: prepend remaining pool constants with POOL_
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Jan 2022 15:48:35 +0000 (16:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 May 2022 07:29:02 +0000 (09:29 +0200)
commit68512942c0d70d43ed6050f0a66bc1b027cbd0b4
tree957087a48f4b91b5388fe7ce0968b9581ecf4bb5
parent2772ba4d52235ae2b45140c7bbcfdda23c6a3879
random: prepend remaining pool constants with POOL_

commit b3d51c1f542113342ddfbf6007e38a684b9dbec9 upstream.

The other pool constants are prepended with POOL_, but not these last
ones. Rename them. This will then let us move them into the enum in the
following commit.

Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/random.c