Prev: [PATCH 24/66] arch/h8300/include/asm/tlb.h: Checkpatch cleanup
Next: [PATCH 42/66] arch/mips/lib/libgcc.h: Checkpatch cleanup
From: Andrea Gelmini on 27 Feb 2010 12:00 arch/um/include/shared/sysrq.h:5: ERROR: "foo* bar" should be "foo *bar" Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/um/include/shared/sysrq.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/include/shared/sysrq.h b/arch/um/include/shared/sysrq.h index c8d332b..19181a9 100644 --- a/arch/um/include/shared/sysrq.h +++ b/arch/um/include/shared/sysrq.h @@ -2,6 +2,6 @@ #define __UM_SYSRQ_H struct task_struct; -extern void show_trace(struct task_struct* task, unsigned long *stack); +extern void show_trace(struct task_struct *task, unsigned long *stack); #endif -- 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/ |