[PATCH] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header

From: Shawn Guo

Date: Wed Sep 09 2026 - 21:17:01 EST


Fix up the whitespace so all offsets align. No functional change.

Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
---
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h b/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h
index 325c127e8eb7..f094517ae3c1 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h
@@ -7,7 +7,7 @@
#define QCOM_PHY_QMP_PCS_V8_50_H_

#define QPHY_V8_50_PCS_STATUS1 0x010
-#define QPHY_V8_50_PCS_START_CONTROL 0x05c
-#define QPHY_V8_50_PCS_POWER_DOWN_CONTROL 0x64
+#define QPHY_V8_50_PCS_START_CONTROL 0x05c
+#define QPHY_V8_50_PCS_POWER_DOWN_CONTROL 0x64

#endif
--
2.43.0