Skip to content

Commit

Permalink
MIPS: Fix a typo.
Browse files Browse the repository at this point in the history
"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]>
  • Loading branch information
Gelma authored and ralfbaechle committed Oct 4, 2010
1 parent c6ea21e commit eefc3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
/* Userspace events, ignore. */
if (user_mode(regs))
return NOTIFY_DONE;

Expand Down

0 comments on commit eefc3f3

Please sign in to comment.