Skip to content

Commit b25511e

Browse files
Colin Ian KingLi Yang
authored andcommitted
soc: fsl: qe: clean up an indentation issue
There is a statement that not indented correctly, remove the extraneous space. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Li Yang <[email protected]>
1 parent d0bab30 commit b25511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/fsl/qe/ucc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ int ucc_set_tdm_rxtx_clk(u32 tdm_num, enum qe_clock clock,
519519
int clock_bits;
520520
u32 shift;
521521
struct qe_mux __iomem *qe_mux_reg;
522-
__be32 __iomem *cmxs1cr;
522+
__be32 __iomem *cmxs1cr;
523523

524524
qe_mux_reg = &qe_immr->qmx;
525525

0 commit comments

Comments
 (0)