Commit 369015fb authored by Sachin Kamat's avatar Sachin Kamat Committed by Linus Torvalds

drivers/rtc/rtc-pcf2123.c: remove space before tabs

Silences the following checkpatch warning:

  WARNING: please, no space before tabs
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4b30c9fc
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
* should look something like: * should look something like:
* *
* static struct spi_board_info ek_spi_devices[] = { * static struct spi_board_info ek_spi_devices[] = {
* ... * ...
* { * {
* .modalias = "rtc-pcf2123", * .modalias = "rtc-pcf2123",
* .chip_select = 1, * .chip_select = 1,
* .controller_data = (void *)AT91_PIN_PA10, * .controller_data = (void *)AT91_PIN_PA10,
* .max_speed_hz = 1000 * 1000, * .max_speed_hz = 1000 * 1000,
* .mode = SPI_CS_HIGH, * .mode = SPI_CS_HIGH,
* .bus_num = 0, * .bus_num = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment