Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa Remove redundant colon.
details: https://anonhg.NetBSD.org/src/rev/709c844078d6
branches: trunk
changeset: 331601:709c844078d6
user: nakayama <nakayama%NetBSD.org@localhost>
date: Fri Aug 15 19:55:23 2014 +0000
description:
Remove redundant colon.
diffstat:
sys/dev/isa/ess.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d6ad7557f314 -r 709c844078d6 sys/dev/isa/ess.c
--- a/sys/dev/isa/ess.c Fri Aug 15 19:47:59 2014 +0000
+++ b/sys/dev/isa/ess.c Fri Aug 15 19:55:23 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ess.c,v 1.80 2011/11/24 03:35:57 mrg Exp $ */
+/* $NetBSD: ess.c,v 1.81 2014/08/15 19:55:23 nakayama Exp $ */
/*
* Copyright 1997
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ess.c,v 1.80 2011/11/24 03:35:57 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ess.c,v 1.81 2014/08/15 19:55:23 nakayama Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -920,7 +920,7 @@
return;
}
- aprint_normal(": ESS Technology ES%s [version 0x%04x]\n",
+ aprint_normal("ESS Technology ES%s [version 0x%04x]\n",
essmodel[sc->sc_model], sc->sc_version);
callout_init(&sc->sc_poll1_ch, CALLOUT_MPSAFE);
Home |
Main Index |
Thread Index |
Old Index