mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
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>
This commit is contained in:
parent
4b30c9fca7
commit
369015fbd4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user