From: Tang Chen Date: Thu, 7 Mar 2013 10:38:17 +0000 (+0800) Subject: hwrng: Fix a wrong comment in Documentation/hw_random.txt X-Git-Tag: upstream/snapshot3+hdmi~5210^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6375bcf7867fb18241fda47bfaeec85b925221f3;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Rob Landley Signed-off-by: Herbert Xu --- diff --git a/Documentation/hw_random.txt b/Documentation/hw_random.txt index 690f525..026e237 100644 --- a/Documentation/hw_random.txt +++ b/Documentation/hw_random.txt @@ -63,7 +63,7 @@ Intel RNG Driver notes: * FIXME: support poll(2) - NOTE: request_mem_region was removed, for two reasons: + NOTE: request_mem_region was removed, for three reasons: 1) Only one RNG is supported by this driver, 2) The location used by the RNG is a fixed location in MMIO-addressable memory, 3) users with properly working BIOS e820 handling will always