From: Colin Ian King Date: Mon, 29 Oct 2018 22:49:45 +0000 (+0000) Subject: usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4ab9c39f038d929845f70aade2c2eb64174bba87;p=linux.git usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt" Trivial fix to spelling mistake in comment Signed-off-by: Colin Ian King Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/udc/pch_udc.c b/drivers/usb/gadget/udc/pch_udc.c index afaea11ec7719..55c8c8abeacdb 100644 --- a/drivers/usb/gadget/udc/pch_udc.c +++ b/drivers/usb/gadget/udc/pch_udc.c @@ -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 *