Commit fe4f6beb authored by Jiri Slaby (SUSE)'s avatar Jiri Slaby (SUSE) Committed by Greg Kroah-Hartman

tty: vt: reflow csi_J()

Push cases one level left, according to coding style. And reorder local
variables.
Signed-off-by: default avatar"Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Tested-by: Helge Deller <deller@gmx.de> # parisc STI console
Link: https://lore.kernel.org/r/20240122110401.7289-13-jirislaby@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4b8f9361
...@@ -1507,8 +1507,8 @@ enum CSI_J { ...@@ -1507,8 +1507,8 @@ enum CSI_J {
static void csi_J(struct vc_data *vc, enum CSI_J vpar) static void csi_J(struct vc_data *vc, enum CSI_J vpar)
{ {
unsigned short *start;
unsigned int count; unsigned int count;
unsigned short * start;
switch (vpar) { switch (vpar) {
case CSI_J_CURSOR_TO_END: case CSI_J_CURSOR_TO_END:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment