lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 17 Nov 2019 12:13:19 +0100 (CET)
From:   Julia Lawall <julia.lawall@...6.fr>
To:     Eddie James <eajames@...ux.ibm.com>
cc:     linux-kernel@...r.kernel.org, linux-aspeed@...ts.ozlabs.org,
        andrew@...id.au, joel@....id.au, maz@...nel.org,
        jason@...edaemon.net, tglx@...utronix.de, robh+dt@...nel.org,
        mark.rutland@....com, devicetree@...r.kernel.org,
        kbuild-all@...ts.01.org
Subject: [PATCH] drivers/soc: fix semicolon.cocci warnings

From: kbuild test robot <lkp@...el.com>

 Remove unneeded semicolons.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: eeb5d52f36e5 ("drivers/soc: Add Aspeed XDMA Engine Driver")
CC: Eddie James <eajames@...ux.ibm.com>
Signed-off-by: kbuild test robot <lkp@...el.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>

---

url:    https://github.com/0day-ci/linux/commits/Eddie-James/Aspeed-Add-SCU-interrupt-controller-and-XDMA-engine-drivers/20191110-064846
base:   https://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git for-next
:::::: branch date: 7 days ago
:::::: commit date: 7 days ago

 aspeed-xdma.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/soc/aspeed/aspeed-xdma.c
+++ b/drivers/soc/aspeed/aspeed-xdma.c
@@ -607,7 +607,7 @@ static int aspeed_xdma_init(struct aspee

 		scu = syscon_regmap_lookup_by_compatible("aspeed,ast2600-scu");
 		break;
-	};
+	}

 	if (!scu) {
 		dev_err(ctx->dev, "Failed to grab SCU regs.\n");
@@ -735,7 +735,7 @@ static int aspeed_xdma_probe(struct plat
 		ctx->status_bits.ds_comp = XDMA_AST2600_STATUS_DS_COMP;
 		ctx->status_bits.ds_dirty = XDMA_AST2600_STATUS_DS_DIRTY;
 		break;
-	};
+	}

 	ctx->dev = dev;
 	platform_set_drvdata(pdev, ctx);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ