]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: qcom: camss: csiphy-3ph: Fix trivial indentation fault in defines
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 13 Jan 2025 04:31:18 +0000 (10:01 +0530)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 6 Feb 2025 12:49:31 +0000 (13:49 +0100)
Replace space with tab in define indentations.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
Reviewed-by: Elliot Berman <quic_eberman@quicinc.com>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c

index f341f7b7fd8ab54cb4df3dc3595f7394d860a732..616a9aa73cec52117b1a7c615e88e7f0f20276f4 100644 (file)
 #define CSIPHY_3PH_CMN_CSI_COMMON_CTRL6_SHOW_REV_ID    BIT(1)
 #define CSIPHY_3PH_CMN_CSI_COMMON_STATUSn(n)   (0x8b0 + 0x4 * (n))
 
-#define CSIPHY_DEFAULT_PARAMS            0
-#define CSIPHY_LANE_ENABLE               1
-#define CSIPHY_SETTLE_CNT_LOWER_BYTE     2
-#define CSIPHY_SETTLE_CNT_HIGHER_BYTE    3
-#define CSIPHY_DNP_PARAMS                4
-#define CSIPHY_2PH_REGS                  5
-#define CSIPHY_3PH_REGS                  6
+#define CSIPHY_DEFAULT_PARAMS          0
+#define CSIPHY_LANE_ENABLE             1
+#define CSIPHY_SETTLE_CNT_LOWER_BYTE   2
+#define CSIPHY_SETTLE_CNT_HIGHER_BYTE  3
+#define CSIPHY_DNP_PARAMS              4
+#define CSIPHY_2PH_REGS                        5
+#define CSIPHY_3PH_REGS                        6
 
 struct csiphy_reg_t {
        s32 reg_addr;