random: prepend remaining pool constants with POOL_
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 14 Jan 2022 15:48:35 +0000 (16:48 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 17 Jan 2022 17:37:30 +0000 (18:37 +0100)
commit317162eb530869c4f95ca4a3626c233bf05ab221
tree36627343cf4eefad008fc76a72fc67d7827bd9af
parentce8e288d610ca9d243ec187634d95ca06e2de37c
random: prepend remaining pool constants with POOL_

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>
drivers/char/random.c