Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: arch/arm/mach-sa1100/leds.c: Checkpatch cleanup

arch/arm/mach-sa1100/leds.c:21: ERROR: code indent should use tabs where possible
arch/arm/mach-sa1100/leds.c:21: WARNING: please, no space before tabs
arch/arm/mach-sa1100/leds.c:22: ERROR: code indent should use tabs where possible
arch/arm/mach-sa1100/leds.c:22: WARNING: please, no space before tabs
arch/arm/mach-sa1100/leds.c:24: ERROR: code indent should use tabs where possible
arch/arm/mach-sa1100/leds.c:24: WARNING: please, no space before tabs

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Andrea Gelmini and committed by
Russell King
9d0ff6d6 9f1e0f25

+4 -4
+4 -4
arch/arm/mach-sa1100/leds.c
··· 2 2 * linux/arch/arm/mach-sa1100/leds.c 3 3 * 4 4 * SA1100 LEDs dispatcher 5 - * 5 + * 6 6 * Copyright (C) 2001 Nicolas Pitre 7 7 */ 8 8 #include <linux/compiler.h> ··· 18 18 { 19 19 if (machine_is_assabet()) 20 20 leds_event = assabet_leds_event; 21 - if (machine_is_consus()) 22 - leds_event = consus_leds_event; 21 + if (machine_is_consus()) 22 + leds_event = consus_leds_event; 23 23 if (machine_is_badge4()) 24 - leds_event = badge4_leds_event; 24 + leds_event = badge4_leds_event; 25 25 if (machine_is_brutus()) 26 26 leds_event = brutus_leds_event; 27 27 if (machine_is_cerf())