drivers/rtc/rtc-pcf2123.c: remove space before tabs
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:06:01 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:48 +0000 (16:07 -0700)
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>
drivers/rtc/rtc-pcf2123.c

index 796a6c5..b2a78a0 100644 (file)
  * 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,