penwell_otg: fix typo
authorKristen Carlson Accardi <kristen@linux.intel.com>
Fri, 26 Aug 2011 10:55:07 +0000 (11:55 +0100)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:38:32 +0000 (12:38 -0800)
just because it bugged me.

Change-Id: I9a713227e8a1390e08aaf667bc6e3063cc861645
Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
drivers/usb/otg/penwell_otg.c

index 91c8873..400f6d9 100644 (file)
@@ -965,11 +965,11 @@ void penwell_otg_nsf_msg(unsigned long indicator)
        case 6:
        case 7:
                dev_warn(the_transceiver->dev,
-                       "NSF-%lu - deivce not responding\n", indicator);
+                       "NSF-%lu - device not responding\n", indicator);
                break;
        case 3:
                dev_warn(the_transceiver->dev,
-                       "NSF-%lu - deivce not supported\n", indicator);
+                       "NSF-%lu - device not supported\n", indicator);
                break;
        default:
                dev_warn(the_transceiver->dev,