linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cryptodev:master 150/163] drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c:558:52-53: Unneeded semicolon
@ 2019-11-01  8:24 kbuild test robot
  2019-11-01  8:24 ` [PATCH] crypto: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 13+ messages in thread
From: kbuild test robot @ 2019-11-01  8:24 UTC (permalink / raw)
  To: Corentin Labbe; +Cc: kbuild-all, linux-crypto, Herbert Xu

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   298b4c604008025b134bc6fccbc4018449945d60
commit: 06f751b613296cc34b86fc83fccaf30d646eb8bc [150/163] crypto: allwinner - Add sun8i-ce Crypto Engine

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c:558:52-53: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH] crypto: fix semicolon.cocci warnings
@ 2021-12-18 13:25 kernel test robot
  2021-12-24  3:28 ` Herbert Xu
  0 siblings, 1 reply; 13+ messages in thread
From: kernel test robot @ 2021-12-18 13:25 UTC (permalink / raw)
  To: David Rientjes
  Cc: kbuild-all, linux-crypto, Herbert Xu, Peter Gonda, Marc Orr

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

drivers/crypto/ccp/sev-dev.c:263:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 3d725965f836 ("crypto: ccp - Add SEV_INIT_EX support")
CC: David Rientjes <rientjes@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   696645d25bafd6ba3562611c29bc8ecd47066dfe
commit: 3d725965f836a7acbd1674e33644bec18373de53 [83/95] crypto: ccp - Add SEV_INIT_EX support
:::::: branch date: 31 hours ago
:::::: commit date: 31 hours ago

 sev-dev.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/crypto/ccp/sev-dev.c
+++ b/drivers/crypto/ccp/sev-dev.c
@@ -260,7 +260,7 @@ static void sev_write_init_ex_file_if_re
 		break;
 	default:
 		return;
-	};
+	}
 
 	sev_write_init_ex_file();
 }

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [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; 13+ messages in thread
From: Julia Lawall @ 2019-11-01  8:52 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: kbuild-all, linux-crypto, Herbert Xu, Maxime Ripard,
	Chen-Yu Tsai, linux-crypto, linux-arm-kernel, linux-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);


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [cryptodev:master 47/51] crypto/drbg.c:1637:39-40: Unneeded semicolon
@ 2016-06-15 11:13 kbuild test robot
  2016-06-15 11:13 ` [PATCH] crypto: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 13+ messages in thread
From: kbuild test robot @ 2016-06-15 11:13 UTC (permalink / raw)
  Cc: kbuild-all, linux-crypto, Herbert Xu, Stephan Mueller

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   5a7de97309f5af4458b1a25a2a529a1a893c5269
commit: 355912852115cd8aa4ad02c25182ae615ce925fb [47/51] crypto: drbg - use CTR AES instead of ECB AES


coccinelle warnings: (new ones prefixed by >>)

>> crypto/drbg.c:1637:39-40: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

end of thread, other threads:[~2022-01-05 15:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01  8:24 [cryptodev:master 150/163] drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c:558:52-53: Unneeded semicolon kbuild test robot
2019-11-01  8:24 ` [PATCH] crypto: fix semicolon.cocci warnings kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-12-18 13:25 kernel test robot
2021-12-24  3:28 ` Herbert Xu
2022-01-04 21:14   ` Peter Gonda
2022-01-05  0:29     ` Herbert Xu
2022-01-05 15:20       ` Peter Gonda
2019-11-01  8:52 Julia Lawall
2019-11-01 12:50 ` Corentin Labbe
2019-11-08 15:20 ` Herbert Xu
2016-06-15 11:13 [cryptodev:master 47/51] crypto/drbg.c:1637:39-40: Unneeded semicolon kbuild test robot
2016-06-15 11:13 ` [PATCH] crypto: fix semicolon.cocci warnings kbuild test robot
2016-06-15 11:40   ` Stephan Mueller
2016-06-20 11:33   ` 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).