From: Sachin Kamat Date: Thu, 9 May 2013 23:57:28 +0000 (+1000) Subject: drivers/rtc/rtc-davinci.c: fix whitespace warning X-Git-Tag: next-20130521~1^2~105 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=001886f0a946e357121a9eb14c2ebeda1f3fcd4a;p=karo-tx-linux.git drivers/rtc/rtc-davinci.c: fix whitespace warning Silences the following warning: WARNING: please, no space before tabs Signed-off-by: Sachin Kamat Cc: Jingoo Han Signed-off-by: Andrew Morton --- 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;