Commit 6375bcf7867fb18241fda47bfaeec85b925221f3
Committed by
Herbert Xu
1 parent
ae8488a507
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
hwrng: Fix a wrong comment in Documentation/hw_random.txt
Seeing from the comment, there should be three reasons for removing request_mem_region. Change the comment "two" to "three". Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
Documentation/hw_random.txt
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 | |
64 | 64 | * FIXME: support poll(2) |
65 | 65 | |
66 | - NOTE: request_mem_region was removed, for two reasons: | |
66 | + NOTE: request_mem_region was removed, for three reasons: | |
67 | 67 | 1) Only one RNG is supported by this driver, 2) The location |
68 | 68 | used by the RNG is a fixed location in MMIO-addressable memory, |
69 | 69 | 3) users with properly working BIOS e820 handling will always |