]> git.itanic.dy.fi Git - linux-stable/commit
random: adjust comment to account for removed function
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 1 Nov 2022 19:08:32 +0000 (20:08 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Nov 2022 01:18:10 +0000 (02:18 +0100)
commitb240bab51888d5c8e389dc179d7c67a869587148
treea70f0e7b9669eec326aa7a69f2fdd7ae283f300d
parent2c03e16f44993d45f064580adb0eb408b513ad72
random: adjust comment to account for removed function

Since de492c83cae0 ("prandom: remove unused functions"),
get_random_int() no longer exists, so remove its reference from this
comment.

Fixes: de492c83cae0 ("prandom: remove unused functions")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c