From 976f7127265460f08ec06f356e77bbcc655bc98e Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Sun, 7 Oct 2018 16:46:12 -0700 Subject: [PATCH] UPSTREAM: usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldoc This must have been copy pasted from the function above. Fix it. Change-Id: I34f701e5c8347a9fc2abd229fc92a67176400745 Signed-off-by: Stephen Boyd Acked-by: Heikki Krogerus Signed-off-by: Greg Kroah-Hartman Signed-off-by: Frank Wang (cherry picked from commit f65861c645ceb59f7325f696f0e8fa195dde575d) --- 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 6fc8d44a3c23..78fc5fa963c3 100644 --- a/drivers/usb/typec/class.c +++ b/drivers/usb/typec/class.c @@ -1340,7 +1340,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 *