From: Ralf Baechle Date: Thu, 2 Aug 2012 11:41:09 +0000 (+0200) Subject: MIPS: ptrace.h: Add comment to #endif of long ifdef block. X-Git-Tag: next-20120927~111^2^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1324d2ffb9752c57903c8c4922a43f5f9e7df626;p=karo-tx-linux.git MIPS: ptrace.h: Add comment to #endif of long ifdef block. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index 4b7f5252d2fd..b8f50f98a172 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h @@ -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 */