Commit b51b3870 authored by Moritz Fischer's avatar Moritz Fischer Committed by Chanwoo Choi

extcon: gpio: Fix typo in comment

This patch fixes the typo in comment of extcon-gpio.c driver.
- 'interrput' -> 'interrupt'
Signed-off-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent d5859342
...@@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev) ...@@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
INIT_DELAYED_WORK(&data->work, gpio_extcon_work); 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. * is attached or detached.
*/ */
ret = devm_request_any_context_irq(&pdev->dev, data->irq, ret = devm_request_any_context_irq(&pdev->dev, data->irq,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment