]> git.baikalelectronics.ru Git - kernel.git/commitdiff
usb: gadget: net2272: clean up comments
authorTom Rix <trix@redhat.com>
Tue, 19 Apr 2022 18:21:42 +0000 (14:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 17:20:42 +0000 (19:20 +0200)
Spelling replacements
definiton to definition
acceptible to acceptable
seperately to separately

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220419182142.1805918-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/net2272.c

index 6a888463227381cab2a450398a85d9edde2e51fc..c97cd4bc817c67731dd70bef9b131d8080459331 100644 (file)
@@ -71,7 +71,7 @@ static ushort dma_ep = 1;
 module_param(dma_ep, ushort, 0644);
 
 /*
- * dma_mode: net2272 dma mode setting (see LOCCTL1 definiton):
+ * dma_mode: net2272 dma mode setting (see LOCCTL1 definition):
  *     mode 0 == Slow DREQ mode
  *     mode 1 == Fast DREQ mode
  *     mode 2 == Burst mode
@@ -97,7 +97,7 @@ module_param(fifo_mode, ushort, 0644);
 /*
  * enable_suspend: When enabled, the driver will respond to
  * USB suspend requests by powering down the NET2272.  Otherwise,
- * USB suspend requests will be ignored.  This is acceptible for
+ * USB suspend requests will be ignored.  This is acceptable for
  * self-powered devices.  For bus powered devices set this to 1.
  */
 static ushort enable_suspend = 0;
@@ -288,7 +288,7 @@ static void net2272_ep_reset(struct net2272_ep *ep)
                          | (1 << LOCAL_OUT_ZLP)
                          | (1 << BUFFER_FLUSH));
 
-       /* fifo size is handled seperately */
+       /* fifo size is handled separately */
 }
 
 static int net2272_disable(struct usb_ep *_ep)