summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-fm3130.c
diff options
context:
space:
mode:
authorSachin Kamat2013-07-04 00:05:51 +0200
committerLinus Torvalds2013-07-04 01:07:47 +0200
commitc865e9220da35d484fb44c9f2c291593637d139c (patch)
treed201a4acce39a3cfb363ba8c6f7d0bc2037110a2 /drivers/rtc/rtc-fm3130.c
parentdrivers/rtc/rtc-ds3234.c: fix whitespace issue (diff)
downloadkernel-qcow2-linux-c865e9220da35d484fb44c9f2c291593637d139c.tar.gz
kernel-qcow2-linux-c865e9220da35d484fb44c9f2c291593637d139c.tar.xz
kernel-qcow2-linux-c865e9220da35d484fb44c9f2c291593637d139c.zip
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.c2
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 @@
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;