Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,