diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-12-24 00:34:07 -0500 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-01-24 23:16:53 -0500 |
commit | b51b387020ee1c2bc27bf9121ca9b9d4113e433d (patch) | |
tree | 841279d3a07fb9cb051daa6902195abb86c5ec4b /drivers/extcon | |
parent | d58593426e5cf41009f2e9d6eec3f47fe0cbedeb (diff) |
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>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
126 | INIT_DELAYED_WORK(&data->work, gpio_extcon_work); | 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 | * is attached or detached. | 130 | * is attached or detached. |
131 | */ | 131 | */ |
132 | ret = devm_request_any_context_irq(&pdev->dev, data->irq, | 132 | ret = devm_request_any_context_irq(&pdev->dev, data->irq, |