]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldoc
authorStephen Boyd <swboyd@chromium.org>
Sun, 7 Oct 2018 23:46:12 +0000 (16:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 14:05:41 +0000 (16:05 +0200)
This must have been copy pasted from the function above. Fix it.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/class.c

index 00141e05bc72429ba1b4f0b54eeb9f661b20207a..5db0593ca0bdf66c097ed0de862448980010192a 100644 (file)
@@ -1322,7 +1322,7 @@ void typec_set_pwr_role(struct typec_port *port, enum typec_role role)
 EXPORT_SYMBOL_GPL(typec_set_pwr_role);
 
 /**
- * typec_set_pwr_role - Report VCONN source change
+ * typec_set_vconn_role - Report VCONN source change
  * @port: The USB Type-C Port which VCONN role changed
  * @role: Source when @port is sourcing VCONN, or Sink when it's not
  *