Skip to content

Commit

Permalink
USB: ehci-dbgp: fix typo in startup message
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ferenc Wagner authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent 32b801e commit ef58d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/early/ehci-dbgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ int dbgp_external_startup(void)
dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
goto err;
}
dbgp_printk("small write doned\n");
dbgp_printk("small write done\n");
dbgp_not_safe = 0;

return 0;
Expand Down

0 comments on commit ef58d97

Please sign in to comment.