linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] mips: Fix typo in traps.c
@ 2012-02-08 12:53 Masanari Iida
  2012-02-08 14:50 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-08 12:53 UTC (permalink / raw)
  To: ralf, linux-mips; +Cc: trivial, linux-kernel, standby24x7

Correct spelling "Schedulier" to "Scheduler" in
arch/mips/kernel/traps.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/mips/kernel/traps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index cc4a3f1..d79ae54 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -1135,7 +1135,7 @@ asmlinkage void do_mt(struct pt_regs *regs)
 		printk(KERN_DEBUG "YIELD Scheduler Exception\n");
 		break;
 	case 5:
-		printk(KERN_DEBUG "Gating Storage Schedulier Exception\n");
+		printk(KERN_DEBUG "Gating Storage Scheduler Exception\n");
 		break;
 	default:
 		printk(KERN_DEBUG "*** UNKNOWN THREAD EXCEPTION %d ***\n",
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] mips: Fix typo in traps.c
  2012-02-08 12:53 [PATCH] [trivial] mips: Fix typo in traps.c Masanari Iida
@ 2012-02-08 14:50 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2012-02-08 14:50 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-mips, trivial, linux-kernel

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2012-02-08 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08 12:53 [PATCH] [trivial] mips: Fix typo in traps.c Masanari Iida
2012-02-08 14:50 ` Ralf Baechle

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