diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-10-04 09:53:45 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2012-10-23 16:32:15 +0900 |
commit | 909f9ec0a42eeff94dbcac226664d225a11f10d6 (patch) | |
tree | 6123891a601896801bb9cff97af1a13ec8d4756b /drivers/extcon/extcon-class.c | |
parent | d9310e35a8d5aefad73b2f2387503082da0bea04 (diff) | |
download | linux-3.10-909f9ec0a42eeff94dbcac226664d225a11f10d6.tar.gz linux-3.10-909f9ec0a42eeff94dbcac226664d225a11f10d6.tar.bz2 linux-3.10-909f9ec0a42eeff94dbcac226664d225a11f10d6.zip |
extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-class.c')
-rw-r--r-- | drivers/extcon/extcon-class.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c index 79f5dbae014..c27d58d6bbd 100644 --- a/drivers/extcon/extcon-class.c +++ b/drivers/extcon/extcon-class.c @@ -356,7 +356,7 @@ int extcon_get_cable_state(struct extcon_dev *edev, const char *cable_name) EXPORT_SYMBOL_GPL(extcon_get_cable_state); /** - * extcon_get_cable_state_() - Set the status of a specific cable. + * extcon_set_cable_state_() - Set the status of a specific cable. * @edev: the extcon device that has the cable. * @index: cable index that can be retrieved by extcon_find_cable_index(). * @cable_state: the new cable status. The default semantics is @@ -376,7 +376,7 @@ int extcon_set_cable_state_(struct extcon_dev *edev, EXPORT_SYMBOL_GPL(extcon_set_cable_state_); /** - * extcon_get_cable_state() - Set the status of a specific cable. + * extcon_set_cable_state() - Set the status of a specific cable. * @edev: the extcon device that has the cable. * @cable_name: cable name. * @cable_state: the new cable status. The default semantics is |