linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: fix semicolon.cocci warnings
@ 2019-11-01  8:52 Julia Lawall
  2019-11-01 12:50 ` Corentin Labbe
  2019-11-08 15:20 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2019-11-01  8:52 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: kbuild-all, Herbert Xu, linux-kernel, Maxime Ripard,
	Chen-Yu Tsai, linux-crypto, linux-arm-kernel

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

 Remove unneeded semicolon.

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

Fixes: f08fcced6d00 ("crypto: allwinner - Add sun8i-ss cryptographic offloader")
CC: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   298b4c604008025b134bc6fccbc4018449945d60
commit: f08fcced6d0017c39cb6eccb571290867119d049 [154/163] crypto: allwinner - Add sun8i-ss cryptographic offloader
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago

 sun8i-ss-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
+++ b/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
@@ -528,7 +528,7 @@ static int sun8i_ss_probe(struct platfor
 		return -EINVAL;
 	}

-	ss->base = devm_platform_ioremap_resource(pdev, 0);;
+	ss->base = devm_platform_ioremap_resource(pdev, 0);
 	if (IS_ERR(ss->base))
 		return PTR_ERR(ss->base);


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-08 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01  8:52 [PATCH] crypto: fix semicolon.cocci warnings Julia Lawall
2019-11-01 12:50 ` Corentin Labbe
2019-11-08 15:20 ` Herbert Xu

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).