random: update comment from copy_to_user() -> copy_to_iter()
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 20 Jun 2022 09:03:48 +0000 (11:03 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 20 Jun 2022 09:06:17 +0000 (11:06 +0200)
commit63b8ea5e4f1a87dea4d3114293fc8e96a8f193d7
treed13ba427fd365800359fe778dbeb80a7c8a3dc47
parentc01d4d0a82b71857be7449380338bc53dde2da92
random: update comment from copy_to_user() -> copy_to_iter()

This comment wasn't updated when we moved from read() to read_iter(), so
this patch makes the trivial fix.

Fixes: 1b388e7765f2 ("random: convert to using fops->read_iter()")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c