Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: Fix whitespace inconsistencies in vt_io_ioctl

Replaces spaces with tabs for indentation.

Signed-off-by: Yan.Gao <gao.yanB@h3c.com>
Link: https://lore.kernel.org/r/20201209030551.48029-1-gao.yanB@h3c.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yan.Gao and committed by
Greg Kroah-Hartman
fa26b326 2f70e49e

+2 -2
+2 -2
drivers/tty/vt/vt_ioctl.c
··· 596 596 return con_font_op(vc, &op); 597 597 598 598 case PIO_CMAP: 599 - if (!perm) 599 + if (!perm) 600 600 return -EPERM; 601 601 return con_set_cmap(up); 602 602 603 603 case GIO_CMAP: 604 - return con_get_cmap(up); 604 + return con_get_cmap(up); 605 605 606 606 case PIO_FONTX: 607 607 if (!perm)