diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-03 18:05:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:46 -0400 |
commit | 48c48180de5a1292c5ce40d6ad8fc21e7d1c86a8 (patch) | |
tree | f200f7adeffd155a6cee1a9a7089235873b0a04a /drivers/rtc/rtc-davinci.c | |
parent | 5e8599d21bdd8010e43f407c0f0cbef32f23bea8 (diff) |
drivers/rtc/rtc-davinci.c: fix whitespace warning
Silences the following 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-davinci.c')
-rw-r--r-- | drivers/rtc/rtc-davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-davinci.c b/drivers/rtc/rtc-davinci.c index a55048c3e26f..be5fc32d3cd7 100644 --- a/drivers/rtc/rtc-davinci.c +++ b/drivers/rtc/rtc-davinci.c | |||
@@ -117,7 +117,7 @@ | |||
117 | static DEFINE_SPINLOCK(davinci_rtc_lock); | 117 | static DEFINE_SPINLOCK(davinci_rtc_lock); |
118 | 118 | ||
119 | struct davinci_rtc { | 119 | struct davinci_rtc { |
120 | struct rtc_device *rtc; | 120 | struct rtc_device *rtc; |
121 | void __iomem *base; | 121 | void __iomem *base; |
122 | resource_size_t pbase; | 122 | resource_size_t pbase; |
123 | size_t base_size; | 123 | size_t base_size; |