From: Jason Wang Date: Fri, 15 Jul 2022 05:40:50 +0000 (+0800) Subject: hwrng: via - Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=85796a9b7583a0b00ee9e69b932daafb41515a76;p=linux.git hwrng: via - Fix comment typo The double `close' is duplicated in line 148, remove one. Signed-off-by: Jason Wang Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/via-rng.c b/drivers/char/hw_random/via-rng.c index 7444cc146e86a..a9a0a3b09c8bd 100644 --- a/drivers/char/hw_random/via-rng.c +++ b/drivers/char/hw_random/via-rng.c @@ -145,7 +145,7 @@ static int via_rng_init(struct hwrng *rng) } /* Control the RNG via MSR. Tread lightly and pay very close - * close attention to values written, as the reserved fields + * attention to values written, as the reserved fields * are documented to be "undefined and unpredictable"; but it * does not say to write them as zero, so I make a guess that * we restore the values we find in the register.