linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: boards: Fix the cacography in irq.c
@ 2020-11-19 10:56 Tang Bin
  2021-01-01 13:56 ` John Paul Adrian Glaubitz
  2021-01-01 14:19 ` Andreas Schwab
  0 siblings, 2 replies; 3+ messages in thread
From: Tang Bin @ 2020-11-19 10:56 UTC (permalink / raw)
  To: ysato, dalias; +Cc: linux-sh, linux-kernel, Tang Bin

The world 'swtich' is wrong, so fix it.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
---
 arch/sh/boards/mach-landisk/irq.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c
index 29b8b1f85..0b672b80c 100644
--- a/arch/sh/boards/mach-landisk/irq.c
+++ b/arch/sh/boards/mach-landisk/irq.c
@@ -26,8 +26,8 @@ enum {
 	PCI_INTD, /* PCI int D */
 	ATA,	  /* ATA */
 	FATA,	  /* CF */
-	POWER,	  /* Power swtich */
-	BUTTON,	  /* Button swtich */
+	POWER,	  /* Power switch */
+	BUTTON,	  /* Button switch */
 };
 
 /* Vectors for LANDISK */
-- 
2.20.1.windows.1




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

* Re: [PATCH] sh: boards: Fix the cacography in irq.c
  2020-11-19 10:56 [PATCH] sh: boards: Fix the cacography in irq.c Tang Bin
@ 2021-01-01 13:56 ` John Paul Adrian Glaubitz
  2021-01-01 14:19 ` Andreas Schwab
  1 sibling, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-01 13:56 UTC (permalink / raw)
  To: Tang Bin, ysato, dalias; +Cc: linux-sh, linux-kernel

On 11/19/20 11:56 AM, Tang Bin wrote:
> The world 'swtich' is wrong, so fix it.
> 
> Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
> ---
>  arch/sh/boards/mach-landisk/irq.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/sh/boards/mach-landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c
> index 29b8b1f85..0b672b80c 100644
> --- a/arch/sh/boards/mach-landisk/irq.c
> +++ b/arch/sh/boards/mach-landisk/irq.c
> @@ -26,8 +26,8 @@ enum {
>  	PCI_INTD, /* PCI int D */
>  	ATA,	  /* ATA */
>  	FATA,	  /* CF */
> -	POWER,	  /* Power swtich */
> -	BUTTON,	  /* Button swtich */
> +	POWER,	  /* Power switch */
> +	BUTTON,	  /* Button switch */
>  };
>  
>  /* Vectors for LANDISK */
> 

Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

* Re: [PATCH] sh: boards: Fix the cacography in irq.c
  2020-11-19 10:56 [PATCH] sh: boards: Fix the cacography in irq.c Tang Bin
  2021-01-01 13:56 ` John Paul Adrian Glaubitz
@ 2021-01-01 14:19 ` Andreas Schwab
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2021-01-01 14:19 UTC (permalink / raw)
  To: Tang Bin; +Cc: ysato, dalias, linux-sh, linux-kernel

On Nov 19 2020, Tang Bin wrote:

> The world 'swtich' is wrong, so fix it.

s/world/word/

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

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

end of thread, other threads:[~2021-01-01 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 10:56 [PATCH] sh: boards: Fix the cacography in irq.c Tang Bin
2021-01-01 13:56 ` John Paul Adrian Glaubitz
2021-01-01 14:19 ` Andreas Schwab

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