]> Git Repo - linux.git/commitdiff
soc: fsl: qe: clean up an indentation issue
authorColin Ian King <[email protected]>
Fri, 27 Mar 2020 16:13:49 +0000 (16:13 +0000)
committerLi Yang <[email protected]>
Fri, 22 May 2020 23:00:47 +0000 (18:00 -0500)
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]>
drivers/soc/fsl/qe/ucc.c

index d6c93970df4daa11ee6b02c071c2de1df3da3af2..cac0fb7693a06e48e3dfeed7988b42bc53278fc0 100644 (file)
@@ -519,7 +519,7 @@ int ucc_set_tdm_rxtx_clk(u32 tdm_num, enum qe_clock clock,
        int clock_bits;
        u32 shift;
        struct qe_mux __iomem *qe_mux_reg;
-        __be32 __iomem *cmxs1cr;
+       __be32 __iomem *cmxs1cr;
 
        qe_mux_reg = &qe_immr->qmx;
 
This page took 0.061343 seconds and 4 git commands to generate.