This fixes a typo in a comment where "STATUS" is misspelled
as "STAUS".

Signed-off-by: Nik Nyby <niko...@gnu.org>
---
 include/linux/usb/composite.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h
index 2511469..3b6ef0d 100644
--- a/include/linux/usb/composite.h
+++ b/include/linux/usb/composite.h
@@ -45,7 +45,7 @@
  * USB function drivers should return USB_GADGET_DELAYED_STATUS if they
  * wish to delay the data/status stages of the control transfer till they
  * are ready. The control transfer will then be kept from completing till
- * all the function drivers that requested for USB_GADGET_DELAYED_STAUS
+ * all the function drivers that requested for USB_GADGET_DELAYED_STATUS
  * invoke usb_composite_setup_continue().
  */
 #define USB_GADGET_DELAYED_STATUS       0x7fff /* Impossibly large value */
-- 
2.1.4

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

Reply via email to