Module Name:    src
Committed By:   uwe
Date:           Tue Sep 18 09:09:26 UTC 2018

Modified Files:
        src/sys/dev/hpc: hpckbd.c

Log Message:
Fix comment formatting in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/hpc/hpckbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/hpc/hpckbd.c
diff -u src/sys/dev/hpc/hpckbd.c:1.33 src/sys/dev/hpc/hpckbd.c:1.34
--- src/sys/dev/hpc/hpckbd.c:1.33	Tue Sep 18 02:58:10 2018
+++ src/sys/dev/hpc/hpckbd.c	Tue Sep 18 09:09:26 2018
@@ -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 @@ hpckbd_getevent(struct hpckbd_core* hc, 
 
 #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,

Reply via email to