projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97dd896
)
drivers/rtc/rtc-fm3130.c: fix whitespace related issue
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:05:51 +0000
(15:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:47 +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-fm3130.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-fm3130.c
b/drivers/rtc/rtc-fm3130.c
index
2835fb6
..
8f053da
100644
(file)
--- a/
drivers/rtc/rtc-fm3130.c
+++ b/
drivers/rtc/rtc-fm3130.c
@@
-47,7
+47,7
@@
struct fm3130 {
u8 reg_addr_time;
- u8 reg_addr_alarm;
+ u8 reg_addr_alarm;
u8 regs[15];
struct i2c_msg msg[4];
struct i2c_client *client;