Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Boyd and committed by
Greg Kroah-Hartman
f65861c6 554fab6d

+1 -1
+1 -1
drivers/usb/typec/class.c
··· 1322 1322 EXPORT_SYMBOL_GPL(typec_set_pwr_role); 1323 1323 1324 1324 /** 1325 - * typec_set_pwr_role - Report VCONN source change 1325 + * typec_set_vconn_role - Report VCONN source change 1326 1326 * @port: The USB Type-C Port which VCONN role changed 1327 1327 * @role: Source when @port is sourcing VCONN, or Sink when it's not 1328 1328 *