Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

can: gw: fix typo

This patch fixes a typo found by codespell.

Fixes: 94c23097f991 ("can: gw: support modification of Classical CAN DLCs")
Link: https://lore.kernel.org/r/20210127085529.2768537-3-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

+1 -1
+1 -1
net/can/gw.c
··· 225 225 if (ccf->len <= CAN_MAX_DLEN) 226 226 return; 227 227 228 - /* potentially broken values are catched in can_can_gw_rcv() */ 228 + /* potentially broken values are caught in can_can_gw_rcv() */ 229 229 if (ccf->len > CAN_MAX_RAW_DLC) 230 230 return; 231 231