diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-03 18:05:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:47 -0400 |
commit | 83246a168d65a28f98bf71bb4e267dc5f131b12c (patch) | |
tree | 2edf4a64d849be32ce0977954ed7153e6ef3cf0f | |
parent | e46527d289a8e7dbdf9249c64a5245cc7a7ee699 (diff) |
drivers/rtc/rtc-max6902.c: remove unwanted spaces
Silences the following type of warnings:
WARNING: space prohibited between function name and open parenthesis '('
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>
-rw-r--r-- | drivers/rtc/rtc-max6902.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-max6902.c b/drivers/rtc/rtc-max6902.c index e3aea00c3145..e9dd56c8ffe7 100644 --- a/drivers/rtc/rtc-max6902.c +++ b/drivers/rtc/rtc-max6902.c | |||
@@ -159,7 +159,7 @@ static struct spi_driver max6902_driver = { | |||
159 | 159 | ||
160 | module_spi_driver(max6902_driver); | 160 | module_spi_driver(max6902_driver); |
161 | 161 | ||
162 | MODULE_DESCRIPTION ("max6902 spi RTC driver"); | 162 | MODULE_DESCRIPTION("max6902 spi RTC driver"); |
163 | MODULE_AUTHOR ("Raphael Assenat"); | 163 | MODULE_AUTHOR("Raphael Assenat"); |
164 | MODULE_LICENSE ("GPL"); | 164 | MODULE_LICENSE("GPL"); |
165 | MODULE_ALIAS("spi:rtc-max6902"); | 165 | MODULE_ALIAS("spi:rtc-max6902"); |