Prev: [PATCH 48/66] sound/usb/caiaq/midi.h: Checkpatch cleanup
Next: [PATCH 23/66] arch/cris/include/arch-v10/arch/pgtable.h: Checkpatch cleanup
From: Andrea Gelmini on 27 Feb 2010 12:10 arch/h8300/include/asm/target_time.h:3: ERROR: trailing whitespace arch/h8300/include/asm/target_time.h:4: ERROR: code indent should use tabs where possible Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/h8300/include/asm/target_time.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/h8300/include/asm/target_time.h b/arch/h8300/include/asm/target_time.h index 9f2a9aa..043d9a0 100644 --- a/arch/h8300/include/asm/target_time.h +++ b/arch/h8300/include/asm/target_time.h @@ -1,4 +1,4 @@ extern int platform_timer_setup(void (*timer_int)(int, void *, struct pt_regs *)); extern void platform_timer_eoi(void); -extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day, - unsigned int *hour, unsigned int *min, unsigned int *sec); +extern void platform_gettod(unsigned int *year, unsigned int *mon, unsigned int *day, + unsigned int *hour, unsigned int *min, unsigned int *sec); -- 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/ |