Browse Source

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>
Ferenc Wagner 14 years ago
parent
commit
ef58d97a30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/early/ehci-dbgp.c

+ 1 - 1
drivers/usb/early/ehci-dbgp.c

@@ -601,7 +601,7 @@ try_again:
 		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;