projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b30c9f
)
drivers/rtc/rtc-pcf2123.c: remove space before tabs
author
Sachin Kamat
<
[email protected]
>
Wed, 3 Jul 2013 22:06:01 +0000
(15:06 -0700)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Cc: Jingoo Han <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-pcf2123.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pcf2123.c
b/drivers/rtc/rtc-pcf2123.c
index 796a6c5067dd58bc106f746f39e3b9f221838d97..b2a78a02cf1652ec63c675f74a3684c3b5b1b9c7 100644
(file)
--- 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,