linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] parisc : Fix typo in eisa_enumerator.c
@ 2012-01-22 12:05 Masanari Iida
  2012-01-22 17:50 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-01-22 12:05 UTC (permalink / raw)
  To: linux-parisc; +Cc: standby24x7, linux-kernel, torivial, kyle

Correct spelling "confgiuration" to "configuration" in
drivers/parisc/eisa_enumerator.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/parisc/eisa_enumerator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c
index caa1531..a656d9e 100644
--- a/drivers/parisc/eisa_enumerator.c
+++ b/drivers/parisc/eisa_enumerator.c
@@ -357,7 +357,7 @@ static int parse_slot_config(int slot,
 		}
 		if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) {
 			/* I have no idea how to handle this */
-			printk("function %d have free-form confgiuration, skipping ",
+			printk("function %d have free-form configuration, skipping ",
 				num_func);
 			pos = p0 + function_len;
 			continue;
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] parisc : Fix typo in eisa_enumerator.c
  2012-01-22 12:05 [PATCH] [trivial] parisc : Fix typo in eisa_enumerator.c Masanari Iida
@ 2012-01-22 17:50 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2012-01-22 17:50 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-parisc, linux-kernel, Trivial patch monkey, kyle

On 01/22/2012 04:05 AM, Masanari Iida wrote:
> Correct spelling "confgiuration" to "configuration" in
> drivers/parisc/eisa_enumerator.c

Correct trivial email address.

> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/parisc/eisa_enumerator.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c
> index caa1531..a656d9e 100644
> --- a/drivers/parisc/eisa_enumerator.c
> +++ b/drivers/parisc/eisa_enumerator.c
> @@ -357,7 +357,7 @@ static int parse_slot_config(int slot,
>  		}
>  		if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) {
>  			/* I have no idea how to handle this */
> -			printk("function %d have free-form confgiuration, skipping ",
> +			printk("function %d have free-form configuration, skipping ",

			                    has

>  				num_func);
>  			pos = p0 + function_len;
>  			continue;


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

end of thread, other threads:[~2012-01-22 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-22 12:05 [PATCH] [trivial] parisc : Fix typo in eisa_enumerator.c Masanari Iida
2012-01-22 17:50 ` Randy Dunlap

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).