[PATCH v2 1/5] mfd: mt6397: Fix formatting of RTC_BBPU_KEY definition

From: ot_shunxi.zhang

Date: Thu Nov 20 2025 - 07:18:22 EST


From: Shunxi Zhang <ot_shunxi.zhang@xxxxxxxxxxxx>

Adjust the whitespace alignment for the RTC_BBPU_KEY macro definition
in the mt6397 RTC header file. This is a cosmetic change to improve
code consistency.

Signed-off-by: Shunxi Zhang <ot_shunxi.zhang@xxxxxxxxxxxx>
---
include/linux/mfd/mt6397/rtc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mfd/mt6397/rtc.h b/include/linux/mfd/mt6397/rtc.h
index 27883af44f87..6d0bb1ea151b 100644
--- a/include/linux/mfd/mt6397/rtc.h
+++ b/include/linux/mfd/mt6397/rtc.h
@@ -16,7 +16,7 @@

#define RTC_BBPU 0x0000
#define RTC_BBPU_CBUSY BIT(6)
-#define RTC_BBPU_KEY (0x43 << 8)
+#define RTC_BBPU_KEY (0x43 << 8)

#define RTC_WRTGR_MT6358 0x003a
#define RTC_WRTGR_MT6397 0x003c
--
2.45.2