From: Moritz Fischer Date: Thu, 24 Dec 2015 05:34:07 +0000 (-0800) Subject: extcon: gpio: Fix typo in comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b51b387020ee1c2bc27bf9121ca9b9d4113e433d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c index 279ff8f6637d..d023789f0fda 100644 --- a/drivers/extcon/extcon-gpio.c +++ b/drivers/extcon/extcon-gpio.c @@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev) INIT_DELAYED_WORK(&data->work, gpio_extcon_work); /* - * Request the interrput of gpio to detect whether external connector + * Request the interrupt of gpio to detect whether external connector * is attached or detached. */ ret = devm_request_any_context_irq(&pdev->dev, data->irq,