Message ID | 20200915055712.968-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2] docs: fb: Remove scrollback related lines | expand |
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
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
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
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:
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(-)