projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5eab1a
)
rtc: Makefile: Replace spaces with tab.
author
Tóth János
<gomba007@gmail.com>
Mon, 30 Sep 2024 08:57:40 +0000
(10:57 +0200)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Sun, 10 Nov 2024 21:59:21 +0000
(22:59 +0100)
Fix a style error.
Signed-off-by: Tóth János <gomba007@gmail.com>
Link:
https://lore.kernel.org/r/20240930-rtc-makefile-spaces-v1-1-e936e0a7b02a@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/Makefile
b/drivers/rtc/Makefile
index 184d2f3cf743d7ea31b48bd39f03ac49dc87b8f4..b0dc6b6485705e3c675f5cc1768e20a85d94eb37 100644
(file)
--- a/
drivers/rtc/Makefile
+++ b/
drivers/rtc/Makefile
@@
-165,7
+165,7
@@
obj-$(CONFIG_RTC_DRV_S5M) += rtc-s5m.o
obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
obj-$(CONFIG_RTC_DRV_SC27XX) += rtc-sc27xx.o
obj-$(CONFIG_RTC_DRV_SD2405AL) += rtc-sd2405al.o
-obj-$(CONFIG_RTC_DRV_SD3078) += rtc-sd3078.o
+obj-$(CONFIG_RTC_DRV_SD3078) += rtc-sd3078.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
obj-$(CONFIG_RTC_DRV_SNVS) += rtc-snvs.o
obj-$(CONFIG_RTC_DRV_SPEAR) += rtc-spear.o