Skip to content

Commit

Permalink
staging: ft1000: Fix typo in ft1000_usb.c
Browse files Browse the repository at this point in the history
Correct spelling typo within debug message of ft1000_usb.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent 80145a5 commit aaf3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void ft1000_disconnect(struct usb_interface *interface)
ft1000_destroy_dev(pft1000info->pFt1000Dev->net);
unregister_netdev(pft1000info->pFt1000Dev->net);
DEBUG
("ft1000_disconnect: network device unregisterd\n");
("ft1000_disconnect: network device unregistered\n");
free_netdev(pft1000info->pFt1000Dev->net);

}
Expand Down

0 comments on commit aaf3ee4

Please sign in to comment.