Skip to content

Commit

Permalink
usb: typec: Fix copy paste error for NVIDIA alt-mode description
Browse files Browse the repository at this point in the history
[ Upstream commit 41952a6 ]

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: Peter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20210106001605.167917-1-pbrobinson@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
nullr0ute authored and gregkh committed Jan 19, 2021
1 parent 279af87 commit 2c7b766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/typec/altmodes/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c7b766

Please sign in to comment.