Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/f5e677fe4883
branches: trunk
changeset: 968095:f5e677fe4883
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 02 16:51:54 2020 +0000
description:
Trailing whitespace
diffstat:
sys/kern/tty.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 425f157be402 -r f5e677fe4883 sys/kern/tty.c
--- a/sys/kern/tty.c Thu Jan 02 16:48:05 2020 +0000
+++ b/sys/kern/tty.c Thu Jan 02 16:51:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.c,v 1.281 2019/03/01 11:06:57 pgoyette Exp $ */
+/* $NetBSD: tty.c,v 1.282 2020/01/02 16:51:54 skrll Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.281 2019/03/01 11:06:57 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.282 2020/01/02 16:51:54 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -226,7 +226,7 @@
static int
tty_get_qsize(int *qsize, int newsize)
{
- newsize = 1 << ilog2(newsize); /* Make it a power of two */
+ newsize = 1 << ilog2(newsize); /* Make it a power of two */
if (newsize < TTY_MINQSIZE || newsize > TTY_MAXQSIZE)
return EINVAL;
@@ -2615,7 +2615,7 @@
default:
lp = l->l_wchan ? l->l_wmesg : "iowait";
break;
- }
+ }
strlcat(buf, lp, bufsz);
strlcat(buf, LIST_NEXT(l, l_sibling) != NULL ? " " : "] ",
bufsz);
@@ -2840,7 +2840,7 @@
mutex_enter(proc_lock);
mutex_enter(&tty_lock);
- for (i = 0; i < TTYSIG_COUNT; i++)
+ for (i = 0; i < TTYSIG_COUNT; i++)
sigemptyset(&tp->t_sigs[i]);
if (tp->t_sigcount != 0)
TAILQ_REMOVE(&tty_sigqueue, tp, t_sigqueue);
Home |
Main Index |
Thread Index |
Old Index