diff mbox series

drm: amd/display: fix Kconfig help text

Message ID 31d56a46-e3de-e768-a154-03b6afb3ad72@infradead.org (mailing list archive)
State New, archived
Headers show
Series drm: amd/display: fix Kconfig help text | expand

Commit Message

Randy Dunlap April 21, 2020, 11:34 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

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>
---
 drivers/gpu/drm/amd/display/Kconfig |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

Harry Wentland April 22, 2020, 2 p.m. UTC | #1
On 2020-04-21 7:34 p.m., Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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>

Harry

> ---
>  drivers/gpu/drm/amd/display/Kconfig |    8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> --- linux-next-20200421.orig/drivers/gpu/drm/amd/display/Kconfig
> +++ linux-next-20200421/drivers/gpu/drm/amd/display/Kconfig
> @@ -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
>
Alex Deucher April 22, 2020, 8:02 p.m. UTC | #2
On Wed, Apr 22, 2020 at 10:00 AM Harry Wentland <hwentlan@amd.com> wrote:
>
> On 2020-04-21 7:34 p.m., Randy Dunlap wrote:
> > From: Randy Dunlap <rdunlap@infradead.org>
> >
> > 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>
>

Applied.  Thanks!

Alex

> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/Kconfig |    8 ++------
> >  1 file changed, 2 insertions(+), 6 deletions(-)
> >
> > --- linux-next-20200421.orig/drivers/gpu/drm/amd/display/Kconfig
> > +++ linux-next-20200421/drivers/gpu/drm/amd/display/Kconfig
> > @@ -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
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox series

Patch

--- linux-next-20200421.orig/drivers/gpu/drm/amd/display/Kconfig
+++ linux-next-20200421/drivers/gpu/drm/amd/display/Kconfig
@@ -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