mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
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>
This commit is contained in:
parent
5e8599d21b
commit
48c48180de
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
static DEFINE_SPINLOCK(davinci_rtc_lock);
|
static DEFINE_SPINLOCK(davinci_rtc_lock);
|
||||||
|
|
||||||
struct davinci_rtc {
|
struct davinci_rtc {
|
||||||
struct rtc_device *rtc;
|
struct rtc_device *rtc;
|
||||||
void __iomem *base;
|
void __iomem *base;
|
||||||
resource_size_t pbase;
|
resource_size_t pbase;
|
||||||
size_t base_size;
|
size_t base_size;
|
||||||
|
|
Loading…
Add table
Reference in a new issue