From 14fcdda38798ce1d9f2a7c2ea006593b1d7fb241 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 9 Dec 2024 19:12:31 -0800 Subject: [PATCH] fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix tweak and reflow comment Cc: Akinobu Mita Cc: Masami Hiramatsu Cc: Peter Zijlstra Signed-off-by: Andrew Morton --- lib/fault-inject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fault-inject.c b/lib/fault-inject.c index 92a54c8a8380..999053fa133e 100644 --- a/lib/fault-inject.c +++ b/lib/fault-inject.c @@ -13,8 +13,8 @@ #include /* - * The should_fail() use prandom instead of the normal Linux RNG since they don't - * need cryptographically secure random numbers. + * The should_fail() functions use prandom instead of the normal Linux RNG + * since they don't need cryptographically secure random numbers. */ static DEFINE_PER_CPU(struct rnd_state, fault_rnd_state);