Skip to content

Commit

Permalink
hwrng: via - Fix comment typo
Browse files Browse the repository at this point in the history
The double `close' is duplicated in line 148, remove one.

Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Jason Wang authored and herbertx committed Jul 22, 2022
1 parent 824b94a commit 85796a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/hw_random/via-rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85796a9

Please sign in to comment.