]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
USB: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"
authorColin Ian King <colin.king@canonical.com>
Mon, 29 Oct 2018 22:49:45 +0000 (22:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 12:22:06 +0000 (13:22 +0100)
Trivial fix to spelling mistake in comment

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/pch_udc.c

index afaea11ec7719c3350080f010777a3d0f81ef925..55c8c8abeacdba569cf83facd2ceb841cb86dc87 100644 (file)
@@ -1330,7 +1330,7 @@ static void pch_vbus_gpio_work_rise(struct work_struct *irq_work)
 }
 
 /**
- * pch_vbus_gpio_irq() - IRQ handler for GPIO intrerrupt for changing VBUS
+ * pch_vbus_gpio_irq() - IRQ handler for GPIO interrupt for changing VBUS
  * @irq:       Interrupt request number
  * @dev:       Reference to the device structure
  *