[PATCH v2 3/5] rtc: mt6397: Fix formatting of platform driver structure
ot_shunxi.zhang at mediatek.com
ot_shunxi.zhang at mediatek.com
Thu Nov 20 04:17:59 PST 2025
From: Shunxi Zhang <ot_shunxi.zhang at mediatek.com>
This is a cosmetic change to improve code consistency.
Signed-off-by: Shunxi Zhang <ot_shunxi.zhang at mediatek.com>
---
drivers/rtc/rtc-mt6397.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/rtc-mt6397.c b/drivers/rtc/rtc-mt6397.c
index 692c00ff544b..b8f44a00de5d 100644
--- a/drivers/rtc/rtc-mt6397.c
+++ b/drivers/rtc/rtc-mt6397.c
@@ -345,7 +345,7 @@ static struct platform_driver mtk_rtc_driver = {
.of_match_table = mt6397_rtc_of_match,
.pm = &mt6397_pm_ops,
},
- .probe = mtk_rtc_probe,
+ .probe = mtk_rtc_probe,
};
module_platform_driver(mtk_rtc_driver);
--
2.45.2
More information about the linux-arm-kernel
mailing list