Commit f06ab938 authored by Herve Codina's avatar Herve Codina Committed by Christophe Leroy

soc: fsl: cpm1: qmc: Fix blank line and spaces

checkpatch.pl raises the following issues
  CHECK: Please don't use multiple blank lines
  CHECK: Alignment should match open parenthesis

Fix them.
Signed-off-by: default avatarHerve Codina <herve.codina@bootlin.com>
Reviewed-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20240808071132.149251-20-herve.codina@bootlin.comSigned-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
parent 44beb343
...@@ -274,7 +274,6 @@ static void qmc_setbits32(void __iomem *addr, u32 set) ...@@ -274,7 +274,6 @@ static void qmc_setbits32(void __iomem *addr, u32 set)
qmc_write32(addr, qmc_read32(addr) | set); qmc_write32(addr, qmc_read32(addr) | set);
} }
int qmc_chan_get_info(struct qmc_chan *chan, struct qmc_chan_info *info) int qmc_chan_get_info(struct qmc_chan *chan, struct qmc_chan_info *info)
{ {
struct tsa_serial_info tsa_info; struct tsa_serial_info tsa_info;
...@@ -1604,7 +1603,6 @@ static int qmc_probe(struct platform_device *pdev) ...@@ -1604,7 +1603,6 @@ static int qmc_probe(struct platform_device *pdev)
if (IS_ERR(qmc->scc_regs)) if (IS_ERR(qmc->scc_regs))
return PTR_ERR(qmc->scc_regs); return PTR_ERR(qmc->scc_regs);
res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "scc_pram"); res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "scc_pram");
if (!res) if (!res)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment