linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: fix some typos in documentation
@ 2013-09-05 12:26 Xishi Qiu
  2013-09-10  2:03 ` Rob Landley
  0 siblings, 1 reply; 2+ messages in thread
From: Xishi Qiu @ 2013-09-05 12:26 UTC (permalink / raw)
  To: benh, rob; +Cc: linux-doc, LKML, Xishi Qiu

Fix some typos in Documentation/IRQ-domain.txt/email-clients.txt/io-mapping.txt

Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
---
 Documentation/IRQ-domain.txt    |    4 ++--
 Documentation/email-clients.txt |    2 +-
 Documentation/io-mapping.txt    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/IRQ-domain.txt b/Documentation/IRQ-domain.txt
index 9bc9594..5a8b8ed 100644
--- a/Documentation/IRQ-domain.txt
+++ b/Documentation/IRQ-domain.txt
@@ -97,7 +97,7 @@ hwirq number.  The disadvantage is that hwirq to IRQ number lookup is
 dependent on how many entries are in the table.
 
 Very few drivers should need this mapping.  At the moment, powerpc
-iseries is the only user.
+series is the only user.
 
 ==== No Map ===-
 irq_domain_add_nomap()
@@ -141,7 +141,7 @@ will use a legacy domain only if an IRQ range is supplied by the
 system and will otherwise use a linear domain mapping. The semantics
 of this call are such that if an IRQ range is specified then
 descriptors will be allocated on-the-fly for it, and if no range is
-specified it will fall through to irq_domain_add_linear() which meand
+specified it will fall through to irq_domain_add_linear() which means
 *no* irq descriptors will be allocated.
 
 A typical use case for simple domains is where an irqchip provider
diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt
index 860c29a..e9f5dac 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/email-clients.txt
@@ -104,7 +104,7 @@ Then from the "Message" menu item, select insert file and choose your patch.
 As an added bonus you can customise the message creation toolbar menu
 and put the "insert file" icon there.
 
-Make the the composer window wide enough so that no lines wrap. As of
+Make the composer window wide enough so that no lines wrap. As of
 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
 the email if the lines wrap in the composer window. Having word wrapping
 disabled in the Options menu isn't enough. Thus, if your patch has very
diff --git a/Documentation/io-mapping.txt b/Documentation/io-mapping.txt
index 473e43b..5ca7842 100644
--- a/Documentation/io-mapping.txt
+++ b/Documentation/io-mapping.txt
@@ -38,7 +38,7 @@ maps are more efficient:
 
 	void io_mapping_unmap_atomic(void *vaddr)
 
-		'vaddr' must be the the value returned by the last
+		'vaddr' must be the value returned by the last
 		io_mapping_map_atomic_wc call. This unmaps the specified
 		page and allows the task to sleep once again.
 
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: fix some typos in documentation
  2013-09-05 12:26 [PATCH] doc: fix some typos in documentation Xishi Qiu
@ 2013-09-10  2:03 ` Rob Landley
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Landley @ 2013-09-10  2:03 UTC (permalink / raw)
  To: Xishi Qiu; +Cc: benh, linux-doc, LKML, Xishi Qiu

On 09/05/2013 07:26:22 AM, Xishi Qiu wrote:
> Fix some typos in  
> Documentation/IRQ-domain.txt/email-clients.txt/io-mapping.txt
> 
> Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
> ---
>  Documentation/IRQ-domain.txt    |    4 ++--
>  Documentation/email-clients.txt |    2 +-
>  Documentation/io-mapping.txt    |    2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/IRQ-domain.txt  
> b/Documentation/IRQ-domain.txt
> index 9bc9594..5a8b8ed 100644
> --- a/Documentation/IRQ-domain.txt
> +++ b/Documentation/IRQ-domain.txt
> @@ -97,7 +97,7 @@ hwirq number.  The disadvantage is that hwirq to  
> IRQ number lookup is
>  dependent on how many entries are in the table.
> 
>  Very few drivers should need this mapping.  At the moment, powerpc
> -iseries is the only user.
> +series is the only user.

That one's not a typo, there actually was a powerpc iseries:

http://lxr.free-electrons.com/source/arch/powerpc/platforms/iseries/setup.c?v=2.6.35

It got removed in the past year or so (git bisect could find the  
commit), which implies that this documentation needs to be fixed if  
this removed architecture was the only user of whatever it's  
documenting. (Ping the powerpc guys?)

Rob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-10  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-05 12:26 [PATCH] doc: fix some typos in documentation Xishi Qiu
2013-09-10  2:03 ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).