diff options
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 2 | ||||
| -rw-r--r-- | drivers/usb/class/usbtmc.c | 2 | ||||
| -rw-r--r-- | drivers/usb/core/message.c | 2 | ||||
| -rw-r--r-- | drivers/usb/gadget/f_acm.c | 2 | ||||
| -rw-r--r-- | drivers/usb/gadget/pxa27x_udc.c | 2 | ||||
| -rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 | ||||
| -rw-r--r-- | drivers/usb/host/fhci-sched.c | 2 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/crypto.c | 2 | ||||
| -rw-r--r-- | drivers/usb/wusbcore/wa-xfer.c | 4 | 
9 files changed, 10 insertions, 10 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c index d171b563e94..bba4d3eabe0 100644 --- a/drivers/usb/atm/ueagle-atm.c +++ b/drivers/usb/atm/ueagle-atm.c @@ -1958,7 +1958,7 @@ static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr)  		goto bad1;  	/* FIXME : ADI930 reply wrong preambule (func = 2, sub = 2) to -	 * the first MEMACESS cmv. Ignore it... +	 * the first MEMACCESS cmv. Ignore it...  	 */  	if (cmv->bFunction != dsc->function) {  		if (UEA_CHIP_VERSION(sc) == ADI930 diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index 2473cf0c6b1..b4bd2411c66 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c @@ -1,5 +1,5 @@  /** - * drivers/usb/class/usbtmc.c - USB Test & Measurment class driver + * drivers/usb/class/usbtmc.c - USB Test & Measurement class driver   *   * Copyright (C) 2007 Stefan Kopp, Gechingen, Germany   * Copyright (C) 2008 Novell, Inc. diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index da718e84d58..e80f1af438c 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c @@ -1890,7 +1890,7 @@ static void cancel_async_set_config(struct usb_device *udev)   * routine gets around the normal restrictions by using a work thread to   * submit the change-config request.   * - * Returns 0 if the request was succesfully queued, error code otherwise. + * Returns 0 if the request was successfully queued, error code otherwise.   * The caller has no way to know whether the queued request will eventually   * succeed.   */ diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb/gadget/f_acm.c index 7953948bfe4..4e3657808b0 100644 --- a/drivers/usb/gadget/f_acm.c +++ b/drivers/usb/gadget/f_acm.c @@ -432,7 +432,7 @@ static void acm_disable(struct usb_function *f)   * @length: size of data   * Context: irqs blocked, acm->lock held, acm_notify_req non-null   * - * Returns zero on sucess or a negative errno. + * Returns zero on success or a negative errno.   *   * See section 6.3.5 of the CDC 1.1 specification for information   * about the only notification we issue:  SerialState change. diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c index 1937d8c7b43..adda1208a1e 100644 --- a/drivers/usb/gadget/pxa27x_udc.c +++ b/drivers/usb/gadget/pxa27x_udc.c @@ -1524,7 +1524,7 @@ static int pxa_udc_get_frame(struct usb_gadget *_gadget)   * pxa_udc_wakeup - Force udc device out of suspend   * @_gadget: usb gadget   * - * Returns 0 if succesfull, error code otherwise + * Returns 0 if successfull, error code otherwise   */  static int pxa_udc_wakeup(struct usb_gadget *_gadget)  { diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index f5f5601701c..d8f4aaa616f 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -210,7 +210,7 @@ static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr,  	if (error) {  		ehci_halt(ehci);  		ehci_to_hcd(ehci)->state = HC_STATE_HALT; -		ehci_err(ehci, "force halt; handhake %p %08x %08x -> %d\n", +		ehci_err(ehci, "force halt; handshake %p %08x %08x -> %d\n",  			ptr, mask, done, error);  	} diff --git a/drivers/usb/host/fhci-sched.c b/drivers/usb/host/fhci-sched.c index 62a226b6167..00a29855d0c 100644 --- a/drivers/usb/host/fhci-sched.c +++ b/drivers/usb/host/fhci-sched.c @@ -627,7 +627,7 @@ irqreturn_t fhci_irq(struct usb_hcd *hcd)  /* - * Process normal completions(error or sucess) and clean the schedule. + * Process normal completions(error or success) and clean the schedule.   *   * This is the main path for handing urbs back to drivers. The only other patth   * is process_del_list(),which unlinks URBs by scanning EDs,instead of scanning diff --git a/drivers/usb/wusbcore/crypto.c b/drivers/usb/wusbcore/crypto.c index 9ec7fd5da48..9579cf4c38b 100644 --- a/drivers/usb/wusbcore/crypto.c +++ b/drivers/usb/wusbcore/crypto.c @@ -111,7 +111,7 @@ struct aes_ccm_b1 {   *   * CCM uses Ax blocks to generate a keystream with which the MIC and   * the message's payload are encoded. A0 always encrypts/decrypts the - * MIC. Ax (x>0) are used for the sucesive payload blocks. + * MIC. Ax (x>0) are used for the successive payload blocks.   *   * The x is the counter, and is increased for each block.   */ diff --git a/drivers/usb/wusbcore/wa-xfer.c b/drivers/usb/wusbcore/wa-xfer.c index 613a5fc490d..489b47833e2 100644 --- a/drivers/usb/wusbcore/wa-xfer.c +++ b/drivers/usb/wusbcore/wa-xfer.c @@ -558,7 +558,7 @@ static void wa_seg_dto_cb(struct urb *urb)  /*   * Callback for the segment request   * - * If succesful transition state (unless already transitioned or + * If successful transition state (unless already transitioned or   * outbound transfer); otherwise, take a note of the error, mark this   * segment done and try completion.   * @@ -1364,7 +1364,7 @@ segment_aborted:  /*   * Callback for the IN data phase   * - * If succesful transition state; otherwise, take a note of the + * If successful transition state; otherwise, take a note of the   * error, mark this segment done and try completion.   *   * Note we don't access until we are sure that the transfer hasn't  |