linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docs: fb: Remove scrollback related lines
@ 2020-09-15  5:59 Bhaskar Chowdhury
  2020-09-15  6:04 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  5:59 UTC (permalink / raw)
  To: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel
  Cc: corbet, rdunlap, gregkh, daniel, yuanmingbuaa, w, nopitydays,
	zhangyunhai, luto, torvalds, Bhaskar Chowdhury

This patch removed the framebuffer scrollback related lines.

This is the effect of this commmit  50145474f6ef ("fbcon: remove soft scrollback code")

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Following Greg's suggestions,fix the subject line and include the commit Subject

 Documentation/fb/vesafb.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/fb/vesafb.rst b/Documentation/fb/vesafb.rst
index 6821c87b7893..f890a4f5623b 100644
--- a/Documentation/fb/vesafb.rst
+++ b/Documentation/fb/vesafb.rst
@@ -135,8 +135,6 @@ ypan	  enable display panning using the VESA protected mode
 
                 * scrolling (fullscreen) is fast, because there is
 		  no need to copy around data.
-		* You'll get scrollback (the Shift-PgUp thing),
-		  the video memory can be used as scrollback buffer
 
           kontra:
 
-- 
2.26.2

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

* Re: [PATCH v2] docs: fb: Remove scrollback related lines
  2020-09-15  5:59 [PATCH v2] docs: fb: Remove scrollback related lines Bhaskar Chowdhury
@ 2020-09-15  6:04 ` Greg KH
  2020-09-15  6:24   ` Bhaskar Chowdhury
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2020-09-15  6:04 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

On Tue, Sep 15, 2020 at 11:27:12AM +0530, Bhaskar Chowdhury wrote:
> This patch removed the framebuffer scrollback related lines.
> 
> This is the effect of this commmit  50145474f6ef ("fbcon: remove soft scrollback code")

Why the extra ' '?

And you can line-wrap things here :)

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Following Greg's suggestions,fix the subject line and include the commit Subject

Same thing for all of your patches you sent...

thanks,

greg k-h

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

* Re: [PATCH v2] docs: fb: Remove scrollback related lines
  2020-09-15  6:04 ` Greg KH
@ 2020-09-15  6:24   ` Bhaskar Chowdhury
  2020-09-15  6:52     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  6:24 UTC (permalink / raw)
  To: Greg KH
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

On 08:04 Tue 15 Sep 2020, Greg KH wrote:
>On Tue, Sep 15, 2020 at 11:27:12AM +0530, Bhaskar Chowdhury wrote:
>> This patch removed the framebuffer scrollback related lines.
>> 
>> This is the effect of this commmit  50145474f6ef ("fbcon: remove soft scrollback code")
>
>Why the extra ' '?
I hope you are pointing at subject line space, Greg?? I was looking at it on the
docs:

Subject: [PATCH v2 1/2] USB: at91: fix the number of endpoint parameter


>
>And you can line-wrap things here :)
>

My bad...I will fix it.

>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>> Following Greg's suggestions,fix the subject line and include the commit Subject
>
>Same thing for all of your patches you sent...
>

Suspected that :) by looking at my mistakes ...thanks,man ..V2's are on the way...
>thanks,
>
>greg k-h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH v2] docs: fb: Remove scrollback related lines
  2020-09-15  6:24   ` Bhaskar Chowdhury
@ 2020-09-15  6:52     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-09-15  6:52 UTC (permalink / raw)
  To: Bhaskar Chowdhury, b.zolnierkie, linux-fbdev, linux-doc,
	linux-kernel, corbet, rdunlap, daniel, yuanmingbuaa, w,
	nopitydays, zhangyunhai, luto, torvalds

On Tue, Sep 15, 2020 at 11:42:59AM +0530, Bhaskar Chowdhury wrote:
> On 08:04 Tue 15 Sep 2020, Greg KH wrote:
> > On Tue, Sep 15, 2020 at 11:27:12AM +0530, Bhaskar Chowdhury wrote:
> > > This patch removed the framebuffer scrollback related lines.
> > > 
> > > This is the effect of this commmit  50145474f6ef ("fbcon: remove soft scrollback code")
> > 
> > Why the extra ' '?
> I hope you are pointing at subject line space, Greg?? I was looking at it on the
> docs:

No, look at the extra space in the changelog text above, you have two of
them after the word "commit".

thanks,

greg k-h

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

end of thread, other threads:[~2020-09-15  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15  5:59 [PATCH v2] docs: fb: Remove scrollback related lines Bhaskar Chowdhury
2020-09-15  6:04 ` Greg KH
2020-09-15  6:24   ` Bhaskar Chowdhury
2020-09-15  6:52     ` Greg KH

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).