summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/keyboard.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /include/asm-m68k/keyboard.h
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'include/asm-m68k/keyboard.h')
-rw-r--r--include/asm-m68k/keyboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-m68k/keyboard.h b/include/asm-m68k/keyboard.h
index c30c8dc04..eccadf2e3 100644
--- a/include/asm-m68k/keyboard.h
+++ b/include/asm-m68k/keyboard.h
@@ -52,9 +52,9 @@ static __inline__ void kbd_leds(unsigned char leds)
#ifdef CONFIG_MAGIC_SYSRQ
#define kbd_is_sysrq(keycode) ((keycode) == mach_sysrq_key && \
- (up_flag || \
- (shift_state & mach_sysrq_shift_mask) == \
- mach_sysrq_shift_state))
+ (up_flag || \
+ (shift_state & mach_sysrq_shift_mask) == \
+ mach_sysrq_shift_state))
#define kbd_sysrq_xlate mach_sysrq_xlate
#endif