Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic KNF a comment
details: https://anonhg.NetBSD.org/src/rev/37cab6084275
branches: trunk
changeset: 372500:37cab6084275
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 03 11:28:38 2022 +0000
description:
KNF a comment
diffstat:
sys/dev/ic/com.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r b0f41ca3082c -r 37cab6084275 sys/dev/ic/com.c
--- a/sys/dev/ic/com.c Sat Dec 03 11:09:59 2022 +0000
+++ b/sys/dev/ic/com.c Sat Dec 03 11:28:38 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.379 2022/10/26 23:38:09 riastradh Exp $ */
+/* $NetBSD: com.c,v 1.380 2022/12/03 11:28:38 skrll Exp $ */
/*-
* Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.379 2022/10/26 23:38:09 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.380 2022/12/03 11:28:38 skrll Exp $");
#include "opt_com.h"
#include "opt_ddb.h"
@@ -2771,8 +2771,10 @@
}
#endif /* KGDB */
-/* helper function to identify the com ports used by
- console or KGDB (and not yet autoconf attached) */
+/*
+ * helper function to identify the com ports used by
+ * console or KGDB (and not yet autoconf attached)
+ */
int
com_is_console(bus_space_tag_t iot, bus_addr_t iobase, bus_space_handle_t *ioh)
{
Home |
Main Index |
Thread Index |
Old Index