projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d585934
)
extcon: gpio: Fix typo in comment
author
Moritz Fischer
<moritz.fischer@ettus.com>
Thu, 24 Dec 2015 05:34:07 +0000
(21:34 -0800)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 25 Jan 2016 04:16:53 +0000
(13:16 +0900)
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>
drivers/extcon/extcon-gpio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/extcon/extcon-gpio.c
b/drivers/extcon/extcon-gpio.c
index 279ff8f6637da8beb62cd92bbbe63b8759c896a6..d023789f0fdac94a2fd8b6bfc90618793a2bda37 100644
(file)
--- 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 interr
pu
t of gpio to detect whether external connector
+ * Request the interr
up
t of gpio to detect whether external connector
* is attached or detached.
*/
ret = devm_request_any_context_irq(&pdev->dev, data->irq,