From: Sachin Kamat Date: Wed, 3 Jul 2013 22:06:01 +0000 (-0700) Subject: drivers/rtc/rtc-pcf2123.c: remove space before tabs X-Git-Tag: v3.11-rc1~99^2~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=369015fbd40655f86384a3e7d5452f9c61eb26e9;p=platform%2Fkernel%2Flinux-stable.git drivers/rtc/rtc-pcf2123.c: remove space before tabs Silences the following checkpatch warning: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat Cc: Jingoo Han Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-pcf2123.c b/drivers/rtc/rtc-pcf2123.c index 796a6c5..b2a78a0 100644 --- a/drivers/rtc/rtc-pcf2123.c +++ b/drivers/rtc/rtc-pcf2123.c @@ -18,11 +18,11 @@ * should look something like: * * static struct spi_board_info ek_spi_devices[] = { - * ... - * { - * .modalias = "rtc-pcf2123", - * .chip_select = 1, - * .controller_data = (void *)AT91_PIN_PA10, + * ... + * { + * .modalias = "rtc-pcf2123", + * .chip_select = 1, + * .controller_data = (void *)AT91_PIN_PA10, * .max_speed_hz = 1000 * 1000, * .mode = SPI_CS_HIGH, * .bus_num = 0,