]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-davinci.c: fix whitespace warning
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 9 May 2013 23:57:28 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:47 +0000 (14:17 +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;