mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
drivers: gs_usb: gs_usb_probe(): fix typo in error message
Fix typo in the error messag. Signed-off-by: Fanbo He <hefanbo@gmail.com> Link: https://patch.msgid.link/20260702031306.18988-1-hefanbo@gmail.com [mkl: add commit message] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
966506838a
commit
3392698d3c
|
|
@ -1565,7 +1565,7 @@ static int gs_usb_probe(struct usb_interface *intf,
|
|||
|
||||
if (icount > type_max(parent->channel_cnt)) {
|
||||
dev_err(&intf->dev,
|
||||
"Driver cannot handle more that %u CAN interfaces\n",
|
||||
"Driver cannot handle more than %u CAN interfaces\n",
|
||||
type_max(parent->channel_cnt));
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user