]> Pileus Git - ~andy/linux/commitdiff
staging,ozwpan: Fix typo in comments within staging/ozwpan
authorMasanari Iida <standby24x7@gmail.com>
Wed, 25 Apr 2012 14:28:35 +0000 (23:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 17:59:16 +0000 (10:59 -0700)
Correct spelling in comments withon staging/ozwpan

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/README
drivers/staging/ozwpan/ozhcd.c
drivers/staging/ozwpan/ozusbsvc.c

index bb1a69b945418bf995fae5bb8da982d0037948a4..7c055ec99544382cabfb95d31fac1545965db4cd 100644 (file)
@@ -9,7 +9,7 @@ technology.
 
 To operate the driver must be bound to a suitable network interface. This can
 be done when the module is loaded (specifying the name of the network interface
-as a paramter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
+as a parameter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
 loading using an ioctl call. See the ozappif.h file and the ioctls
 OZ_IOCTL_ADD_BINDING and OZ_IOCTL_REMOVE_BINDING.
 
index cfa25e846ca6da4f55ac6e849a7bcdbe7f8657be..251f07c39a6bdbaa35f63a355a8ba268edf81b2a 100644 (file)
@@ -1416,7 +1416,7 @@ static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb,
                        oz_trace("USB_REQ_SET_CONFIGURATION - req\n");
                        break;
                case USB_REQ_GET_CONFIGURATION:
-                       /* We short curcuit this case and reply directly since
+                       /* We short circuit this case and reply directly since
                         * we have the selected configuration number cached.
                         */
                        oz_event_log(OZ_EVT_CTRL_LOCAL, setup->bRequest, 0, 0,
@@ -1432,7 +1432,7 @@ static void oz_process_ep0_urb(struct oz_hcd *ozhcd, struct urb *urb,
                        }
                        break;
                case USB_REQ_GET_INTERFACE:
-                       /* We short curcuit this case and reply directly since
+                       /* We short circuit this case and reply directly since
                         * we have the selected interface alternative cached.
                         */
                        oz_event_log(OZ_EVT_CTRL_LOCAL, setup->bRequest, 0, 0,
index 9e74f960238466743747a9ae5446071fd102fc22..8fa7f256ad8cbe18ef9423a66774df81baeb0cd4 100644 (file)
@@ -7,7 +7,7 @@
  * The implementation of this service is split into two parts the first of which
  * is protocol independent and the second contains protocol specific details.
  * This split is to allow alternative protocols to be defined.
- * The implemenation of this service uses ozhcd.c to implement a USB HCD.
+ * The implementation of this service uses ozhcd.c to implement a USB HCD.
  * -----------------------------------------------------------------------------
  */
 #include <linux/init.h>