forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
e46527d289
commit
83246a168d
@ -159,7 +159,7 @@ static struct spi_driver max6902_driver = {
|
||||
|
||||
module_spi_driver(max6902_driver);
|
||||
|
||||
MODULE_DESCRIPTION ("max6902 spi RTC driver");
|
||||
MODULE_AUTHOR ("Raphael Assenat");
|
||||
MODULE_LICENSE ("GPL");
|
||||
MODULE_DESCRIPTION("max6902 spi RTC driver");
|
||||
MODULE_AUTHOR("Raphael Assenat");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("spi:rtc-max6902");
|
||||
|
Loading…
Reference in New Issue
Block a user