diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-03 15:05:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:07:46 -0700 |
commit | 48c48180de5a1292c5ce40d6ad8fc21e7d1c86a8 (patch) | |
tree | f200f7adeffd155a6cee1a9a7089235873b0a04a /drivers/rtc/rtc-davinci.c | |
parent | 5e8599d21bdd8010e43f407c0f0cbef32f23bea8 (diff) | |
download | linux-next-48c48180de5a1292c5ce40d6ad8fc21e7d1c86a8.tar.gz |
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 @@ static DEFINE_SPINLOCK(davinci_rtc_lock); struct davinci_rtc { - struct rtc_device *rtc; + struct rtc_device *rtc; void __iomem *base; resource_size_t pbase; size_t base_size; |