forked from Minki/linux
tty: tty_io: Fix spaces required around that ':'
Fix spaces required around that ':', reported by checkpatch.pl. Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com> Link: https://lore.kernel.org/r/1620811585-18582-9-git-send-email-tanxiaofei@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e73b240785
commit
94bc2eb5fb
@ -2341,7 +2341,7 @@ static int tiocgwinsz(struct tty_struct *tty, struct winsize __user *arg)
|
||||
err = copy_to_user(arg, &tty->winsize, sizeof(*arg));
|
||||
mutex_unlock(&tty->winsize_mutex);
|
||||
|
||||
return err ? -EFAULT: 0;
|
||||
return err ? -EFAULT : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user