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:
Fanbo He 2026-07-02 11:13:06 +08:00 committed by Marc Kleine-Budde
parent 966506838a
commit 3392698d3c

View File

@ -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;
}