]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: ptrace.h: Add commit to #endif of long ifdef block.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 2 Aug 2012 13:41:09 +0000 (15:41 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Sep 2012 20:56:41 +0000 (22:56 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/ptrace.h

index 4b7f5252d2fd31ba156723c23db11e57e983442b..b8f50f98a17294db926605768b943bf3ca9f3b38 100644 (file)
@@ -164,6 +164,6 @@ static inline void die_if_kernel(const char *str, struct pt_regs *regs)
                die(str, regs);
 }
 
-#endif
+#endif /* __KERNEL__ */
 
 #endif /* _ASM_PTRACE_H */