Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

extcon: gpio: Fix typo in comment

This patch fixes the typo in comment of extcon-gpio.c driver.
- 'interrput' -> 'interrupt'

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Moritz Fischer and committed by
Chanwoo Choi
b51b3870 d5859342

+1 -1
+1 -1
drivers/extcon/extcon-gpio.c
··· 126 126 INIT_DELAYED_WORK(&data->work, gpio_extcon_work); 127 127 128 128 /* 129 - * Request the interrput of gpio to detect whether external connector 129 + * Request the interrupt of gpio to detect whether external connector 130 130 * is attached or detached. 131 131 */ 132 132 ret = devm_request_any_context_irq(&pdev->dev, data->irq,