mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
hwrng: via - Fix comment typo
The double `close' is duplicated in line 148, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
824b94a883
commit
85796a9b75
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue