mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:31:02 +07:00
usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"
Trivial fix to spelling mistake in uea_err error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
013668f3dc
commit
4b26ebacb6
@ -2212,7 +2212,7 @@ static int uea_boot(struct uea_softc *sc)
|
||||
ret = usb_submit_urb(sc->urb_int, GFP_KERNEL);
|
||||
if (ret < 0) {
|
||||
uea_err(INS_TO_USBDEV(sc),
|
||||
"urb submition failed with error %d\n", ret);
|
||||
"urb submission failed with error %d\n", ret);
|
||||
goto err1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user