Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfdd0a3b authored by Peter Robinson's avatar Peter Robinson Committed by Greg Kroah-Hartman
Browse files

usb: typec: Fix copy paste error for NVIDIA alt-mode description



[ Upstream commit 41952a66015466c3208aac96b14ffd92e0943589 ]

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 <ajayg@nvidia.com>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20210106001605.167917-1-pbrobinson@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 644baa95
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,6 +20,6 @@ config TYPEC_NVIDIA_ALTMODE
	  to enable support for VirtualLink devices with NVIDIA GPUs.
	  to enable support for VirtualLink devices with NVIDIA GPUs.


	  To compile this driver as a module, choose M here: the
	  To compile this driver as a module, choose M here: the
	  module will be called typec_displayport.
	  module will be called typec_nvidia.


endmenu
endmenu