Skip to content

Commit ef58d97

Browse files
wferigregkh
authored andcommitted
USB: ehci-dbgp: fix typo in startup message
Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 32b801e commit ef58d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/early/ehci-dbgp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ int dbgp_external_startup(void)
601601
dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
602602
goto err;
603603
}
604-
dbgp_printk("small write doned\n");
604+
dbgp_printk("small write done\n");
605605
dbgp_not_safe = 0;
606606

607607
return 0;

0 commit comments

Comments
 (0)