soc: fsl: qe: clean up an indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Mar 2020 16:13:49 +0000 (16:13 +0000)
committerLi Yang <leoyang.li@nxp.com>
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 <colin.king@canonical.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qe/ucc.c

index d6c9397..cac0fb7 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;