aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2123.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-03 18:06:01 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 19:07:48 -0400
commit369015fbd40655f86384a3e7d5452f9c61eb26e9 (patch)
tree126885ac3a1a8d510cf0341430871da443eb6dae /drivers/rtc/rtc-pcf2123.c
parent4b30c9fca71b5f74fb53992791778b8c8ddf0ac5 (diff)
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 <sachin.kamat@linaro.org> Cc: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-pcf2123.c')
-rw-r--r--drivers/rtc/rtc-pcf2123.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/rtc/rtc-pcf2123.c b/drivers/rtc/rtc-pcf2123.c
index 796a6c5067dd..b2a78a02cf16 100644
--- a/drivers/rtc/rtc-pcf2123.c
+++ b/drivers/rtc/rtc-pcf2123.c
@@ -18,11 +18,11 @@
18 * should look something like: 18 * should look something like:
19 * 19 *
20 * static struct spi_board_info ek_spi_devices[] = { 20 * static struct spi_board_info ek_spi_devices[] = {
21 * ... 21 * ...
22 * { 22 * {
23 * .modalias = "rtc-pcf2123", 23 * .modalias = "rtc-pcf2123",
24 * .chip_select = 1, 24 * .chip_select = 1,
25 * .controller_data = (void *)AT91_PIN_PA10, 25 * .controller_data = (void *)AT91_PIN_PA10,
26 * .max_speed_hz = 1000 * 1000, 26 * .max_speed_hz = 1000 * 1000,
27 * .mode = SPI_CS_HIGH, 27 * .mode = SPI_CS_HIGH,
28 * .bus_num = 0, 28 * .bus_num = 0,