projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ea21e
)
MIPS: Fix a typo.
author
Andrea Gelmini
<
[email protected]
>
Thu, 5 Aug 2010 13:51:25 +0000
(15:51 +0200)
committer
Ralf Baechle
<
[email protected]
>
Mon, 4 Oct 2010 17:33:54 +0000
(18:33 +0100)
"Userpace" -> "Userspace"
Signed-off-by: Andrea Gelmini <
[email protected]
>
Cc: Andrea Gelmini <
[email protected]
>
Cc: Jason Wessel <
[email protected]
>
Cc: Martin Hicks <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1536/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/kernel/kgdb.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/kgdb.c
b/arch/mips/kernel/kgdb.c
index 1f4e2fa64140ee8204aed74ecf82eba7bab056be..f4546e97c60db111215495f924aa567595c39581 100644
(file)
--- a/
arch/mips/kernel/kgdb.c
+++ b/
arch/mips/kernel/kgdb.c
@@
-283,7
+283,7
@@
static int kgdb_mips_notify(struct notifier_block *self, unsigned long cmd,
struct pt_regs *regs = args->regs;
int trap = (regs->cp0_cause & 0x7c) >> 2;
- /* Userpace events, ignore. */
+ /* User
s
pace events, ignore. */
if (user_mode(regs))
return NOTIFY_DONE;