From: Yan.Gao Date: Wed, 9 Dec 2020 03:05:51 +0000 (+0800) Subject: tty: Fix whitespace inconsistencies in vt_io_ioctl X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa26b3263fd5f58a7f0cd7b3c6cea75ce714f87b;p=linux.git tty: Fix whitespace inconsistencies in vt_io_ioctl Replaces spaces with tabs for indentation. Signed-off-by: Yan.Gao Link: https://lore.kernel.org/r/20201209030551.48029-1-gao.yanB@h3c.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/vt/vt_ioctl.c b/drivers/tty/vt/vt_ioctl.c index 5f61b25a9aaa8..3813c40f1b481 100644 --- a/drivers/tty/vt/vt_ioctl.c +++ b/drivers/tty/vt/vt_ioctl.c @@ -596,12 +596,12 @@ static int vt_io_ioctl(struct vc_data *vc, unsigned int cmd, void __user *up, return con_font_op(vc, &op); case PIO_CMAP: - if (!perm) + if (!perm) return -EPERM; return con_set_cmap(up); case GIO_CMAP: - return con_get_cmap(up); + return con_get_cmap(up); case PIO_FONTX: if (!perm)