diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-12-23 21:34:07 -0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-01-25 13:16:53 +0900 |
commit | b51b387020ee1c2bc27bf9121ca9b9d4113e433d (patch) | |
tree | 841279d3a07fb9cb051daa6902195abb86c5ec4b /drivers/extcon/extcon-gpio.c | |
parent | d58593426e5cf41009f2e9d6eec3f47fe0cbedeb (diff) | |
download | talos-obmc-linux-b51b387020ee1c2bc27bf9121ca9b9d4113e433d.tar.gz talos-obmc-linux-b51b387020ee1c2bc27bf9121ca9b9d4113e433d.zip |
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/extcon-gpio.c')
-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) 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, |