mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4]arch:mips:kernel Fix typo "shud"
@ 2011-08-13  0:26 Justin P. Mattock
  2011-08-13  0:26 ` [PATCH 2/4]drivers:atm:iphase.c Fix a " Justin P. Mattock
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Justin P. Mattock @ 2011-08-13  0:26 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

From: "Justin P. Mattock" <justinmattock@gmail.com>

The patch below fixes a typo.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/kernel/cevt-bcm1480.c |    2 +-
 arch/mips/kernel/cevt-sb1250.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/kernel/cevt-bcm1480.c b/arch/mips/kernel/cevt-bcm1480.c
index 36c3898..c8d0577 100644
--- a/arch/mips/kernel/cevt-bcm1480.c
+++ b/arch/mips/kernel/cevt-bcm1480.c
@@ -63,7 +63,7 @@ static void sibyte_set_mode(enum clock_event_mode mode,
 		__raw_writeq(0, cfg);
 		break;
 
-	case CLOCK_EVT_MODE_UNUSED:	/* shuddup gcc */
+	case CLOCK_EVT_MODE_UNUSED:	/* quiet gcc */
 	case CLOCK_EVT_MODE_RESUME:
 		;
 	}
diff --git a/arch/mips/kernel/cevt-sb1250.c b/arch/mips/kernel/cevt-sb1250.c
index 590c54f..c189741 100644
--- a/arch/mips/kernel/cevt-sb1250.c
+++ b/arch/mips/kernel/cevt-sb1250.c
@@ -61,7 +61,7 @@ static void sibyte_set_mode(enum clock_event_mode mode,
 		__raw_writeq(0, cfg);
 		break;
 
-	case CLOCK_EVT_MODE_UNUSED:	/* shuddup gcc */
+	case CLOCK_EVT_MODE_UNUSED:	/* quiet gcc */
 	case CLOCK_EVT_MODE_RESUME:
 		;
 	}
-- 
1.7.6


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

end of thread, other threads:[~2011-08-14  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-13  0:26 [PATCH 1/4]arch:mips:kernel Fix typo "shud" Justin P. Mattock
2011-08-13  0:26 ` [PATCH 2/4]drivers:atm:iphase.c Fix a " Justin P. Mattock
2011-08-13  0:26 ` [PATCH 3/4]drivers:staging Fix " Justin P. Mattock
2011-08-13  5:52   ` Joe Perches
2011-08-13  0:26 ` [PATCH 4/4]sound:pci " Justin P. Mattock
2011-08-14  3:27   ` Calvin Walton
2011-08-13  5:01 ` [PATCH 1/4]arch:mips:kernel " Hillf Danton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®