diff options
| -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 79f5dbae0147..c27d58d6bbd2 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) | |||
| 356 | EXPORT_SYMBOL_GPL(extcon_get_cable_state); | 356 | EXPORT_SYMBOL_GPL(extcon_get_cable_state); |
| 357 | 357 | ||
| 358 | /** | 358 | /** |
| 359 | * extcon_get_cable_state_() - Set the status of a specific cable. | 359 | * extcon_set_cable_state_() - Set the status of a specific cable. |
| 360 | * @edev: the extcon device that has the cable. | 360 | * @edev: the extcon device that has the cable. |
| 361 | * @index: cable index that can be retrieved by extcon_find_cable_index(). | 361 | * @index: cable index that can be retrieved by extcon_find_cable_index(). |
| 362 | * @cable_state: the new cable status. The default semantics is | 362 | * @cable_state: the new cable status. The default semantics is |
| @@ -376,7 +376,7 @@ int extcon_set_cable_state_(struct extcon_dev *edev, | |||
| 376 | EXPORT_SYMBOL_GPL(extcon_set_cable_state_); | 376 | EXPORT_SYMBOL_GPL(extcon_set_cable_state_); |
| 377 | 377 | ||
| 378 | /** | 378 | /** |
| 379 | * extcon_get_cable_state() - Set the status of a specific cable. | 379 | * extcon_set_cable_state() - Set the status of a specific cable. |
| 380 | * @edev: the extcon device that has the cable. | 380 | * @edev: the extcon device that has the cable. |
| 381 | * @cable_name: cable name. | 381 | * @cable_name: cable name. |
| 382 | * @cable_state: the new cable status. The default semantics is | 382 | * @cable_state: the new cable status. The default semantics is |
