From: Colin Ian King Date: Fri, 27 Mar 2020 16:13:49 +0000 (+0000) Subject: soc: fsl: qe: clean up an indentation issue X-Git-Tag: v5.8-rc1~138^2~5^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b25511ef134af3b2926d5c79141c9dbabe416f02;p=linux-block.git 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 Signed-off-by: Li Yang --- diff --git a/drivers/soc/fsl/qe/ucc.c b/drivers/soc/fsl/qe/ucc.c index d6c93970df4d..cac0fb7693a0 100644 --- a/drivers/soc/fsl/qe/ucc.c +++ b/drivers/soc/fsl/qe/ucc.c @@ -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;