| To: | gelma@gelma.net |
|---|---|
| Subject: | [PATCH 01/15] arch: mips: kernel: Fix a typo. |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Thu, 5 Aug 2010 15:51:25 +0200 |
| Cc: | Andrea Gelmini <andrea.gelmini@gelma.net>, Ralf Baechle <ralf@linux-mips.org>, Jason Wessel <jason.wessel@windriver.com>, Martin Hicks <mort@sgi.com>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer; bh=nJBF3vaQwmfvIEEYbYGcDouD3hMOUhLj7ja7u/wGjyk=; b=G9cpO8CKskuqLqNaEDBAWL47cpWSscQ7NqVtZ2GinUv6sbwmMmDCjA3ibrLlCX9CB1 Mb+JOum4Mn7P0JkhVGobZf2NV+49gKkZjg6sO1kUMXDgj2QCAd/a/VKCbY4iVDTheA/J iLcBFmdLElY/GLR74SS28D7B0QfVM0qxknq2c= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=ra39CsL+k6N1Lz5xGEej0A3f1s+EWNL60rygtRJsBlck2cWptQblBGDGxjVWDLLtZI 7N0KfKdQwUovqSFrlzuUUC3mLO19gtVY0hPoONfI97OdbiUY/f9DAZw64QGMPnn0YMdN JQmGKIypLs7rL8fOT3YWq4NlRBJd0hRMnKgAM= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
"Userpace" -> "Userspace"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/kernel/kgdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/kernel/kgdb.c b/arch/mips/kernel/kgdb.c
index 9b78ff6..f0f74f4 100644
--- a/arch/mips/kernel/kgdb.c
+++ b/arch/mips/kernel/kgdb.c
@@ -196,7 +196,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. */
+ /* Userspace events, ignore. */
if (user_mode(regs))
return NOTIFY_DONE;
--
1.7.2.1.85.g2d089
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2][MIPS] USB/PowerTV: Separate PowerTV USB support from non-USB code, Ralf Baechle |
|---|---|
| Next by Date: | RE: file corruption with highmem kernel, Anoop P.A. |
| Previous by Thread: | Re: [PATCH v2] MIPS: Unify the suffix of compressed vmlinux.bin, Ralf Baechle |
| Next by Thread: | Re: [PATCH 01/15] arch: mips: kernel: Fix a typo., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |