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

Shawn Guo posted 1 patch 2 weeks, 1 day ago
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header
Posted by Shawn Guo 2 weeks, 1 day ago
Fix up the whitespace so all offsets align. No functional change.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
 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
Re: [PATCH] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header
Posted by Vinod Koul 1 week, 5 days ago
On Thu, 10 Sep 2026 09:15:00 +0800, Shawn Guo wrote:
> Fix up the whitespace so all offsets align. No functional change.
> 
> 

Applied, thanks!

[1/1] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header
      commit: 7773e2d88b87c9e7385a5b8edc466360edd31d8e

Best regards,
-- 
~Vinod
Re: [PATCH] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header
Posted by Manivannan Sadhasivam 2 weeks, 1 day ago
On Thu, Sep 10, 2026 at 09:15:00AM +0800, Shawn Guo wrote:
> Fix up the whitespace so all offsets align. No functional change.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>

- Mani

-- 
மணிவண்ணன் சதாசிவம்
Re: [PATCH] phy: qcom: qmp: Fix alignment in pcs-v8_50 register header
Posted by Konrad Dybcio 2 weeks, 1 day ago
On 9/10/26 3:15 AM, Shawn Guo wrote:
> Fix up the whitespace so all offsets align. No functional change.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad