Correct spelling typo within debug message of ft1000_usb.c

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c 
b/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
index 84c38d5..75381af 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
@@ -239,7 +239,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);
 
                }
-- 
1.7.11.1.104.ge7b44f1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to