linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.
@ 2020-08-24 14:51 ` Bilal Wasim
  2020-08-26 18:47   ` Bilal Wasim
  2020-09-08 11:37   ` Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 4+ messages in thread
From: Bilal Wasim @ 2020-08-24 14:51 UTC (permalink / raw)
  To: b.zolnierkie, corbet; +Cc: dri-devel, linux-doc, linux-kernel, Bilal Wasim

fbcon doc mentions FRAMEBUFFER_CONSOLE option to be under
Device Drivers->Graphics Support->Frame buffer Devices->
Console display driver support->Framebuffer Console Support,
while its under Device Drivers->Graphics Support->
Console display driver support->Framebuffer Console Support.

Correcting it in the docs.

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
---
 Documentation/fb/fbcon.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
index e57a3d1d085a..a7b487cba307 100644
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@ -20,8 +20,8 @@ A. Configuration
 ================
 
 The framebuffer console can be enabled by using your favorite kernel
-configuration tool.  It is under Device Drivers->Graphics Support->Frame
-buffer Devices->Console display driver support->Framebuffer Console Support.
+configuration tool.  It is under Device Drivers->Graphics Support->
+Console display driver support->Framebuffer Console Support.
 Select 'y' to compile support statically or 'm' for module support.  The
 module will be fbcon.
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.
  2020-08-24 14:51 ` [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option Bilal Wasim
@ 2020-08-26 18:47   ` Bilal Wasim
  2020-08-26 18:59     ` Jonathan Corbet
  2020-09-08 11:37   ` Bartlomiej Zolnierkiewicz
  1 sibling, 1 reply; 4+ messages in thread
From: Bilal Wasim @ 2020-08-26 18:47 UTC (permalink / raw)
  To: b.zolnierkie, corbet, dri-devel, linux-doc; +Cc: linux-kernel

Hi All, 

On Mon, 24 Aug 2020 19:51:55 +0500
Bilal Wasim <bilalwasim676@gmail.com> wrote:

> fbcon doc mentions FRAMEBUFFER_CONSOLE option to be under
> Device Drivers->Graphics Support->Frame buffer Devices->
> Console display driver support->Framebuffer Console Support,
> while its under Device Drivers->Graphics Support->
> Console display driver support->Framebuffer Console Support.
> 
> Correcting it in the docs.
> 
> Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
> ---
>  Documentation/fb/fbcon.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
> index e57a3d1d085a..a7b487cba307 100644
> --- a/Documentation/fb/fbcon.rst
> +++ b/Documentation/fb/fbcon.rst
> @@ -20,8 +20,8 @@ A. Configuration
>  ================
>  
>  The framebuffer console can be enabled by using your favorite kernel
> -configuration tool.  It is under Device Drivers->Graphics
> Support->Frame -buffer Devices->Console display driver
> support->Framebuffer Console Support. +configuration tool.  It is
> under Device Drivers->Graphics Support-> +Console display driver
> support->Framebuffer Console Support. Select 'y' to compile support
> statically or 'm' for module support.  The module will be fbcon.
>  

Can this simple patch be merged? 

-Bilal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.
  2020-08-26 18:47   ` Bilal Wasim
@ 2020-08-26 18:59     ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-08-26 18:59 UTC (permalink / raw)
  To: Bilal Wasim; +Cc: b.zolnierkie, dri-devel, linux-doc, linux-kernel

On Wed, 26 Aug 2020 23:47:31 +0500
Bilal Wasim <bilalwasim676@gmail.com> wrote:

> On Mon, 24 Aug 2020 19:51:55 +0500
> Bilal Wasim <bilalwasim676@gmail.com> wrote:
[...]
> 
> Can this simple patch be merged? 

You sent it two days ago.  During a major community conference.  Please be
patient, somebody will get to it when they have a chance.

jonv

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option.
  2020-08-24 14:51 ` [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option Bilal Wasim
  2020-08-26 18:47   ` Bilal Wasim
@ 2020-09-08 11:37   ` Bartlomiej Zolnierkiewicz
  1 sibling, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2020-09-08 11:37 UTC (permalink / raw)
  To: Bilal Wasim; +Cc: corbet, dri-devel, linux-doc, linux-kernel, linux-fbdev


[ added linux-fbdev ML to Cc: ]

On 8/24/20 4:51 PM, Bilal Wasim wrote:
> fbcon doc mentions FRAMEBUFFER_CONSOLE option to be under
> Device Drivers->Graphics Support->Frame buffer Devices->
> Console display driver support->Framebuffer Console Support,
> while its under Device Drivers->Graphics Support->
> Console display driver support->Framebuffer Console Support.
> 
> Correcting it in the docs.
> 
> Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>

Applied to drm-misc-next tree, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> ---
>  Documentation/fb/fbcon.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
> index e57a3d1d085a..a7b487cba307 100644
> --- a/Documentation/fb/fbcon.rst
> +++ b/Documentation/fb/fbcon.rst
> @@ -20,8 +20,8 @@ A. Configuration
>  ================
>  
>  The framebuffer console can be enabled by using your favorite kernel
> -configuration tool.  It is under Device Drivers->Graphics Support->Frame
> -buffer Devices->Console display driver support->Framebuffer Console Support.
> +configuration tool.  It is under Device Drivers->Graphics Support->
> +Console display driver support->Framebuffer Console Support.
>  Select 'y' to compile support statically or 'm' for module support.  The
>  module will be fbcon.
>  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-08 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20200824145242eucas1p1ed74d79e952a573a80d43864b500e0ca@eucas1p1.samsung.com>
2020-08-24 14:51 ` [PATCH] docs: fb: Correcting the location of FRAMEBUFFER_CONSOLE option Bilal Wasim
2020-08-26 18:47   ` Bilal Wasim
2020-08-26 18:59     ` Jonathan Corbet
2020-09-08 11:37   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).