Prev: [PATCH 16/66] arch/sparc/include/asm/setup.h: Checkpatch cleanup
Next: [PATCH 12/66] arch/cris/include/asm/kmap_types.h: Checkpatch cleanup
From: Andrea Gelmini on 27 Feb 2010 12:00 arch/cris/include/asm/current.h:8: ERROR: "foo * bar" should be "foo *bar" arch/cris/include/asm/current.h:10: ERROR: code indent should use tabs where possible arch/cris/include/asm/current.h:12: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/cris/include/asm/current.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/cris/include/asm/current.h b/arch/cris/include/asm/current.h index 5f5c0ef..e846834 100644 --- a/arch/cris/include/asm/current.h +++ b/arch/cris/include/asm/current.h @@ -5,11 +5,11 @@ struct task_struct; -static inline struct task_struct * get_current(void) +static inline struct task_struct *get_current(void) { - return current_thread_info()->task; + return current_thread_info()->task; } - + #define current get_current() #endif /* !(_CRIS_CURRENT_H) */ -- 1.7.0.90.g251a4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |