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

drm: amd/display: fix Kconfig help text

Fix help text: indent one tab + 2 spaces; end a sentence with a
period; and collapse short lines of text to one line.

Fixes: 23c61b4599c4 ("drm/amd: Fix Kconfig indentation")
Fixes: 4562236b3bc0 ("drm/amd/dc: Add dc display driver (v2)")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Randy Dunlap and committed by
Alex Deucher
17fd4fe9 54208194

+2 -6
+2 -6
drivers/gpu/drm/amd/display/Kconfig
··· 21 21 bool "Enable HDCP support in DC" 22 22 depends on DRM_AMD_DC 23 23 help 24 - Choose this option 25 - if you want to support 26 - HDCP authentication 24 + Choose this option if you want to support HDCP authentication. 27 25 28 26 config DEBUG_KERNEL_DC 29 27 bool "Enable kgdb break in DC" 30 28 depends on DRM_AMD_DC 31 29 help 32 - Choose this option 33 - if you want to hit 34 - kdgb_break in assert. 30 + Choose this option if you want to hit kdgb_break in assert. 35 31 36 32 endmenu