diff options
| author | E Shattow <[email protected]> | 2025-06-06 15:44:58 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-14 09:09:39 -0600 |
| commit | 449a5566522f07b4c8d58f3a6bdc36a74400e672 (patch) | |
| tree | 113b2936582380ffe5c394cdacfe68e9f06dca33 /drivers/phy | |
| parent | ba7634c6b6f1924d87af001dfdefdbced34442e9 (diff) | |
drivers: use lowercase hex prefix style
Use consistent lowercase hex prefix style in drivers/*
Does not change hex prefix case in allcaps uppercase style error messages
Signed-off-by: E Shattow <[email protected]>
Diffstat (limited to 'drivers/phy')
| -rw-r--r-- | drivers/phy/rockchip/phy-rockchip-typec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/rockchip/phy-rockchip-typec.c b/drivers/phy/rockchip/phy-rockchip-typec.c index c7459dbc5fc..c48a5cd5267 100644 --- a/drivers/phy/rockchip/phy-rockchip-typec.c +++ b/drivers/phy/rockchip/phy-rockchip-typec.c @@ -284,7 +284,7 @@ DECLARE_GLOBAL_DATA_PTR; * clock 0: PLL 0 div 1 * clock 1: PLL 1 div 2 */ -#define CLK_PLL_CONFIG 0X30 +#define CLK_PLL_CONFIG 0x30 #define CLK_PLL_MASK 0x33 #define CMN_READY BIT(0) |
