]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-davinci.c: fix whitespace warning
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 19 Jun 2013 00:07:26 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:10 +0000 (17:27 +1000)
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>
drivers/rtc/rtc-davinci.c

index a55048c3e26f010121121b97056d0ea9b72921cd..be5fc32d3cd742b8a7ab753e951147d998dd9b0e 100644 (file)
 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;