vc_screen: extract vcs_write_buf_noattr
authorJiri Slaby <jslaby@suse.cz>
Tue, 18 Aug 2020 08:56:57 +0000 (10:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 11:45:21 +0000 (13:45 +0200)
commit9e6363784e3f1e90416b81c0d0cd16f6bfb304af
treeabd666a81364e8962cdae4231a9e091558595d6c
parent2665bef49f96df1a541b4e71e7b27bf631f7667c
vc_screen: extract vcs_write_buf_noattr

vcs_write is too long to be readable. Extract buffer handling w/o
attributes from there to a separate function.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200818085706.12163-7-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vc_screen.c