linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] can: mcp251xfd: fix semicolon.cocci warnings
       [not found] <202010192040.u25q5Ddd-lkp@intel.com>
@ 2020-10-19 12:08 ` kernel test robot
  2020-10-19 18:11   ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-10-19 12:08 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: kbuild-all, linux-kernel, Wolfgang Grandegger, Jakub Kicinski,
	linux-can, netdev

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

drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c:176:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: f4f77366f21d ("can: mcp251xfd: rename all user facing strings to mcp251xfd")
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   7cf726a59435301046250c42131554d9ccc566b8
commit: f4f77366f21dfd6ac69a902313367d638b328ba1 can: mcp251xfd: rename all user facing strings to mcp251xfd

 mcp251xfd-regmap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
+++ b/drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
@@ -173,7 +173,7 @@ mcp251xfd_regmap_nocrc_read(void *contex
 		memcpy(&buf_tx->cmd, reg, sizeof(buf_tx->cmd));
 		if (MCP251XFD_SANITIZE_SPI)
 			memset(buf_tx->data, 0x0, val_len);
-	};
+	}
 
 	err = spi_sync(spi, &msg);
 	if (err)

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

* Re: [PATCH] can: mcp251xfd: fix semicolon.cocci warnings
  2020-10-19 12:08 ` [PATCH] can: mcp251xfd: fix semicolon.cocci warnings kernel test robot
@ 2020-10-19 18:11   ` Marc Kleine-Budde
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2020-10-19 18:11 UTC (permalink / raw)
  To: kernel test robot
  Cc: kbuild-all, linux-kernel, Wolfgang Grandegger, Jakub Kicinski,
	linux-can, netdev


[-- Attachment #1.1: Type: text/plain, Size: 839 bytes --]

On 10/19/20 2:08 PM, kernel test robot wrote:
> From: kernel test robot <lkp@intel.com>
> 
> drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c:176:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: f4f77366f21d ("can: mcp251xfd: rename all user facing strings to mcp251xfd")

The correct fixes tag is:

Fixes: 875347fe5756 ("can: mcp25xxfd: add regmap infrastructure")

> Signed-off-by: kernel test robot <lkp@intel.com>

Applied with that to linux-can.

tnx,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-10-20  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202010192040.u25q5Ddd-lkp@intel.com>
2020-10-19 12:08 ` [PATCH] can: mcp251xfd: fix semicolon.cocci warnings kernel test robot
2020-10-19 18:11   ` Marc Kleine-Budde

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