diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-03 18:05:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:47 -0400 |
commit | c865e9220da35d484fb44c9f2c291593637d139c (patch) | |
tree | d201a4acce39a3cfb363ba8c6f7d0bc2037110a2 /drivers/rtc/rtc-fm3130.c | |
parent | 97dd89693d1bc30060a5096c3c92274931e66f45 (diff) |
drivers/rtc/rtc-fm3130.c: fix whitespace related issue
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>
Diffstat (limited to 'drivers/rtc/rtc-fm3130.c')
-rw-r--r-- | drivers/rtc/rtc-fm3130.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 2835fb6c1965..8f053daf0f0c 100644 --- a/drivers/rtc/rtc-fm3130.c +++ b/drivers/rtc/rtc-fm3130.c | |||
@@ -47,7 +47,7 @@ | |||
47 | 47 | ||
48 | struct fm3130 { | 48 | struct fm3130 { |
49 | u8 reg_addr_time; | 49 | u8 reg_addr_time; |
50 | u8 reg_addr_alarm; | 50 | u8 reg_addr_alarm; |
51 | u8 regs[15]; | 51 | u8 regs[15]; |
52 | struct i2c_msg msg[4]; | 52 | struct i2c_msg msg[4]; |
53 | struct i2c_client *client; | 53 | struct i2c_client *client; |