usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldoc

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>
This commit is contained in:
Stephen Boyd 2018-10-07 16:46:12 -07:00 committed by Greg Kroah-Hartman
parent 554fab6dbf
commit f65861c645
1 changed files with 1 additions and 1 deletions

View 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
*