From: Peter Robinson Date: Wed, 6 Jan 2021 00:16:05 +0000 (+0000) Subject: usb: typec: Fix copy paste error for NVIDIA alt-mode description X-Git-Tag: accepted/tizen/unified/20230118.172025~8101^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41952a66015466c3208aac96b14ffd92e0943589;p=platform%2Fkernel%2Flinux-rpi.git usb: typec: Fix copy paste error for NVIDIA alt-mode description The name of the module for the NVIDIA alt-mode is incorrect as it looks to be a copy-paste error from the entry above, update it to the correct typec_nvidia module name. Cc: Ajay Gupta Cc: Heikki Krogerus Signed-off-by: Peter Robinson Link: https://lore.kernel.org/r/20210106001605.167917-1-pbrobinson@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/typec/altmodes/Kconfig b/drivers/usb/typec/altmodes/Kconfig index 187690f..60d375e 100644 --- a/drivers/usb/typec/altmodes/Kconfig +++ b/drivers/usb/typec/altmodes/Kconfig @@ -20,6 +20,6 @@ config TYPEC_NVIDIA_ALTMODE to enable support for VirtualLink devices with NVIDIA GPUs. To compile this driver as a module, choose M here: the - module will be called typec_displayport. + module will be called typec_nvidia. endmenu