浏览代码

staging,ozwpan: Fix typo in comments within staging/ozwpan

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>
Masanari Iida 13 年之前
父节点
当前提交
8dc245970a
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      drivers/staging/ozwpan/README
  2. 2 2
      drivers/staging/ozwpan/ozhcd.c
  3. 1 1
      drivers/staging/ozwpan/ozusbsvc.c

+ 1 - 1
drivers/staging/ozwpan/README

@@ -9,7 +9,7 @@ technology.
 
 
 To operate the driver must be bound to a suitable network interface. This can
 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
 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
 loading using an ioctl call. See the ozappif.h file and the ioctls
 OZ_IOCTL_ADD_BINDING and OZ_IOCTL_REMOVE_BINDING.
 OZ_IOCTL_ADD_BINDING and OZ_IOCTL_REMOVE_BINDING.
 
 

+ 2 - 2
drivers/staging/ozwpan/ozhcd.c

@@ -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");
 			oz_trace("USB_REQ_SET_CONFIGURATION - req\n");
 			break;
 			break;
 		case USB_REQ_GET_CONFIGURATION:
 		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.
 			 * we have the selected configuration number cached.
 			 */
 			 */
 			oz_event_log(OZ_EVT_CTRL_LOCAL, setup->bRequest, 0, 0,
 			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;
 			break;
 		case USB_REQ_GET_INTERFACE:
 		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.
 			 * we have the selected interface alternative cached.
 			 */
 			 */
 			oz_event_log(OZ_EVT_CTRL_LOCAL, setup->bRequest, 0, 0,
 			oz_event_log(OZ_EVT_CTRL_LOCAL, setup->bRequest, 0, 0,

+ 1 - 1
drivers/staging/ozwpan/ozusbsvc.c

@@ -7,7 +7,7 @@
  * The implementation of this service is split into two parts the first of which
  * The implementation of this service is split into two parts the first of which
  * is protocol independent and the second contains protocol specific details.
  * is protocol independent and the second contains protocol specific details.
  * This split is to allow alternative protocols to be defined.
  * 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>
 #include <linux/init.h>