Commit fa26b326 authored by Yan.Gao's avatar Yan.Gao Committed by Greg Kroah-Hartman

tty: Fix whitespace inconsistencies in vt_io_ioctl

Replaces spaces with tabs for indentation.
Signed-off-by: default avatarYan.Gao <gao.yanB@h3c.com>
Link: https://lore.kernel.org/r/20201209030551.48029-1-gao.yanB@h3c.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2f70e49e
......@@ -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)
......
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