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)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Nov 2018 07:06:32 +0000 (09:06 +0200)
Trivial fix to spelling mistake in comment

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
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
  *