Skip to content
Snippets Groups Projects
Commit a5c20f6b authored by Vagrant Cascadian's avatar Vagrant Cascadian Committed by Tom Rini
Browse files

drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".

parent 70463798
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ static void musb_peri_ep0_set_address(void)
__PRETTY_FUNCTION__, udc_device->address);
} else {
if (debug_level > 0)
serial_printf("ERROR : %s Address missmatch "
serial_printf("ERROR : %s Address mismatch "
"sw %d vs hw %d\n",
__PRETTY_FUNCTION__,
udc_device->address, faddr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment