arch/parisc/include/asm/current.h:8: ERROR: "foo * bar" should be "foo *bar" arch/parisc/include/asm/current.h:12: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/parisc/include/asm/current.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/parisc/include/asm/current.h b/arch/parisc/include/asm/current.h index 0fb9338..4cbf4ad 100644 --- a/arch/parisc/include/asm/current.h +++ b/arch/parisc/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; } - + #define current get_current() #endif /* !(_PARISC_CURRENT_H) */ -- 1.7.0.90.g251a4 -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html