sulogin: fix whitespace error

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-05-18 12:58:45 +02:00
parent 0d092db5c4
commit 419861d5bf
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static void tcinit(struct console *con)
#if defined(TIOCGSERIAL)
if (ioctl(fd, TIOCGSERIAL, &serinfo) >= 0)
con->flags |= CON_SERIAL;
con->flags |= CON_SERIAL;
errno = 0;
#else
# if defined(KDGKBMODE)