drm: amd/display: fix Kconfig help text
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 21 Apr 2020 23:34:00 +0000 (16:34 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Apr 2020 19:06:41 +0000 (15:06 -0400)
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>
drivers/gpu/drm/amd/display/Kconfig

index 87858bc..1911a34 100644 (file)
@@ -21,16 +21,12 @@ config DRM_AMD_DC_HDCP
        bool "Enable HDCP support in DC"
        depends on DRM_AMD_DC
        help
-        Choose this option
-        if you want to support
-        HDCP authentication
+         Choose this option if you want to support HDCP authentication.
 
 config DEBUG_KERNEL_DC
        bool "Enable kgdb break in DC"
        depends on DRM_AMD_DC
        help
-         Choose this option
-         if you want to hit
-         kdgb_break in assert.
+         Choose this option if you want to hit kdgb_break in assert.
 
 endmenu