Avoid duplicate collon, from Stephan 'doomwarrior' in PR kern/34518

This commit is contained in:
martin 2006-09-13 14:45:24 +00:00
parent c6f8d9e1e1
commit 2dce1200cc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ess_isapnp.c,v 1.14 2006/03/29 06:51:47 thorpej Exp $ */
/* $NetBSD: ess_isapnp.c,v 1.15 2006/09/13 14:45:24 martin Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ess_isapnp.c,v 1.14 2006/03/29 06:51:47 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: ess_isapnp.c,v 1.15 2006/09/13 14:45:24 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -122,7 +122,7 @@ ess_isapnp_attach(struct device *parent, struct device *self, void *aux)
return;
}
printf("%s:", sc->sc_dev.dv_xname);
printf("%s", sc->sc_dev.dv_xname);
essattach(sc, 0);
}