[Tinyx-devel] [PATCH 01/30] UART: Fix coding style
Status: Planning
Brought to you by:
davidcohen
From: Felipe B. <me...@fe...> - 2007-12-12 18:27:53
|
Change space to tab when using '=' operator. Signed-off-by: Felipe Balbi <me...@fe...> --- arch/arm7/mach-lpc21xx/uart.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm7/mach-lpc21xx/uart.c b/arch/arm7/mach-lpc21xx/uart.c index fcaeecb..430f8ce 100644 --- a/arch/arm7/mach-lpc21xx/uart.c +++ b/arch/arm7/mach-lpc21xx/uart.c @@ -11,8 +11,8 @@ static int lpc2xxx_uart_probe(struct device *dev) } static struct device_driver lpc2xxx_uart_driver = { - .name = DRIVER_NAME, - .probe = lpc2xxx_uart_probe, + .name = DRIVER_NAME, + .probe = lpc2xxx_uart_probe, }; static int __init lpc2xxx_uart_init(void) -- 1.5.3.7.1157.gbf82a |