aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/extcon
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-07-02 23:32:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-17 09:32:14 -0700
commit47610d98e884dd47fd874469a105797e1a9f5ed0 (patch)
tree651120c8479f86ca0670f3469719f28397c9aca0 /include/linux/extcon
parentextcon: arizona: Stop microphone detection if we give up on it (diff)
downloadlinux-dev-47610d98e884dd47fd874469a105797e1a9f5ed0.tar.xz
linux-dev-47610d98e884dd47fd874469a105797e1a9f5ed0.zip
extcon: spelling of detach in function doc
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/extcon')
-rw-r--r--include/linux/extcon/extcon_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/extcon/extcon_gpio.h b/include/linux/extcon/extcon_gpio.h
index a2129b73dcb1..2d8307f7d67d 100644
--- a/include/linux/extcon/extcon_gpio.h
+++ b/include/linux/extcon/extcon_gpio.h
@@ -31,7 +31,7 @@
* @irq_flags IRQ Flags (e.g., IRQF_TRIGGER_LOW).
* @state_on print_state is overriden with state_on if attached. If Null,
* default method of extcon class is used.
- * @state_off print_state is overriden with state_on if dettached. If Null,
+ * @state_off print_state is overriden with state_on if detached. If Null,
* default method of extcon class is used.
*
* Note that in order for state_on or state_off to be valid, both state_on