mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
usb: typec: Correct the documentation for typec_cable_put()
typec_cable_put() function had typec_cable_get in it's documentation. Change it to reflect the correct name. Signed-off-by: Azhar Shaikh <azhar.shaikh@intel.com> Link: https://lore.kernel.org/r/20200326134633.26780-1-azhar.shaikh@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0fa84af850
commit
6e562742a0
@ -815,7 +815,7 @@ struct typec_cable *typec_cable_get(struct typec_port *port)
|
||||
EXPORT_SYMBOL_GPL(typec_cable_get);
|
||||
|
||||
/**
|
||||
* typec_cable_get - Decrement the reference count on USB Type-C cable
|
||||
* typec_cable_put - Decrement the reference count on USB Type-C cable
|
||||
* @cable: The USB Type-C cable
|
||||
*/
|
||||
void typec_cable_put(struct typec_cable *cable)
|
||||
|
Loading…
Reference in New Issue
Block a user