Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/hpc Fix comment formatting in previous.



details:   https://anonhg.NetBSD.org/src/rev/5c2abf47b3ac
branches:  trunk
changeset: 433517:5c2abf47b3ac
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Sep 18 09:09:26 2018 +0000

description:
Fix comment formatting in previous.

diffstat:

 sys/dev/hpc/hpckbd.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 3652deab5b90 -r 5c2abf47b3ac sys/dev/hpc/hpckbd.c
--- a/sys/dev/hpc/hpckbd.c      Tue Sep 18 06:19:28 2018 +0000
+++ b/sys/dev/hpc/hpckbd.c      Tue Sep 18 09:09:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpckbd.c,v 1.33 2018/09/18 02:58:10 rin Exp $ */
+/*     $NetBSD: hpckbd.c,v 1.34 2018/09/18 09:09:26 uwe Exp $ */
 
 /*-
  * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpckbd.c,v 1.33 2018/09/18 02:58:10 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpckbd.c,v 1.34 2018/09/18 09:09:26 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -263,9 +263,9 @@
 
 #if defined(hpcsh) || defined(hpcmips)
 /*
- * XXX: Use the old wrong code for now as hpcsh and hpcmips attach console very
- * early when malloc(9) is not yet available. It is convenient to be able to do
- * early DDB on wscons.
+ * XXX: Use the old wrong code for now as hpcsh and hpcmips attach
+ * console very early when malloc(9) is not yet available.  It is
+ * convenient to be able to do early DDB on wscons.
  */
 void
 hpckbd_keymap_setup(struct hpckbd_core *hc,



Home | Main Index | Thread Index | Old Index