[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251120121805.6775-2-ot_shunxi.zhang@mediatek.com>
Date: Thu, 20 Nov 2025 20:17:57 +0800
From: <ot_shunxi.zhang@...iatek.com>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Matthias Brugger
<matthias.bgg@...il.com>, AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>, Eddie Huang
<eddie.huang@...iatek.com>, Sean Wang <sean.wang@...iatek.com>, Alexandre
Belloni <alexandre.belloni@...tlin.com>, Lee Jones <lee@...nel.org>, Shunxi
Zhang <ot_shunxi.zhang@...iatek.com>, <Vince-WL.Liu@...iatek.com>,
<sirius.wang@...iatek.com>, <Jh.Hsu@...iatek.com>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-mediatek@...ts.infradead.org>
Subject: [PATCH v2 1/5] mfd: mt6397: Fix formatting of RTC_BBPU_KEY definition
From: Shunxi Zhang <ot_shunxi.zhang@...iatek.com>
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@...iatek.com>
---
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
Powered by blists - more mailing lists