extcon: spelling of detach in function doc
authorPeter Meerwald <pmeerw@pmeerw.net>
Mon, 2 Jul 2012 21:32:50 +0000 (23:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 16:32:14 +0000 (09:32 -0700)
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>
include/linux/extcon/extcon_gpio.h

index a2129b73dcb1daa75769ee877295edff7075e504..2d8307f7d67decd0f0729b1f121cf0475e4b04b7 100644 (file)
@@ -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
This page took 0.026479 seconds and 5 git commands to generate.