On Thu, Mar 26, 2020 at 06:46:33AM -0700, Azhar Shaikh wrote: > 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@xxxxxxxxx> Acked-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > --- > drivers/usb/typec/class.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/typec/class.c b/drivers/usb/typec/class.c > index 7c44e930602f..a7ca415ad1ef 100644 > --- a/drivers/usb/typec/class.c > +++ b/drivers/usb/typec/class.c > @@ -859,7 +859,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) > -- > 2.17.1 thanks, -- heikki