Commit 47610d98e884dd47fd874469a105797e1a9f5ed0
Committed by
Greg Kroah-Hartman
1 parent
9ef2224d9f
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/linux/extcon/extcon_gpio.h
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | * @irq_flags IRQ Flags (e.g., IRQF_TRIGGER_LOW). |
32 | 32 | * @state_on print_state is overriden with state_on if attached. If Null, |
33 | 33 | * default method of extcon class is used. |
34 | - * @state_off print_state is overriden with state_on if dettached. If Null, | |
34 | + * @state_off print_state is overriden with state_on if detached. If Null, | |
35 | 35 | * default method of extcon class is used. |
36 | 36 | * |
37 | 37 | * Note that in order for state_on or state_off to be valid, both state_on |