From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tang Chen Subject: [RESEND PATCH 6/6] doc: Fix a wrong comment in Documentation/hw_random.txt Date: Wed, 6 Mar 2013 16:30:11 +0800 Message-ID: <1362558611-32255-7-git-send-email-tangchen@cn.fujitsu.com> References: <1362558611-32255-1-git-send-email-tangchen@cn.fujitsu.com> Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:27096 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755132Ab3CFI1u (ORCPT ); Wed, 6 Mar 2013 03:27:50 -0500 In-Reply-To: <1362558611-32255-1-git-send-email-tangchen@cn.fujitsu.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: lenb@kernel.org, rjw@sisk.pl, robert.moore@intel.com, lv.zheng@intel.com, ming.m.lin@intel.com, mpm@selenic.com, herbert@gondor.apana.org.au, rob@landley.net Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org 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 --- Documentation/hw_random.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1