linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: Eddie James <eajames@linux.ibm.com>
Cc: linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org,
	andrew@aj.id.au, joel@jms.id.au, maz@kernel.org,
	jason@lakedaemon.net, tglx@linutronix.de, robh+dt@kernel.org,
	mark.rutland@arm.com, devicetree@vger.kernel.org,
	kbuild-all@lists.01.org
Subject: [PATCH] drivers/soc: fix semicolon.cocci warnings
Date: Sun, 17 Nov 2019 12:13:19 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.21.1911171212140.2641@hadrien> (raw)

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

 Remove unneeded semicolons.

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

Fixes: eeb5d52f36e5 ("drivers/soc: Add Aspeed XDMA Engine Driver")
CC: Eddie James <eajames@linux.ibm.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.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);

             reply	other threads:[~2019-11-17 11:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-17 11:13 Julia Lawall [this message]
2019-11-18  8:32 ` [PATCH] drivers/soc: fix semicolon.cocci warnings Joel Stanley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.21.1911171212140.2641@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=andrew@aj.id.au \
    --cc=devicetree@vger.kernel.org \
    --cc=eajames@linux.ibm.com \
    --cc=jason@lakedaemon.net \
    --cc=joel@jms.id.au \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maz@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).