From 2db277475314cd2295ba1605e06ae43e66cebfca Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 16 May 2005 13:47:03 +0000 Subject: add a newline here --- sys/dev/pci/if_sk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index f39ba3b8fe9..9c0d1113937 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.65 2005/05/11 02:27:23 brad Exp $ */ +/* $OpenBSD: if_sk.c,v 1.66 2005/05/16 13:47:02 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -1324,7 +1324,7 @@ sk_attach(struct device *parent, struct device *self, void *aux) sk_init_yukon(sc_if); break; default: - printf("%s: unknown device type %d", sc->sk_dev.dv_xname, + printf("%s: unknown device type %d\n", sc->sk_dev.dv_xname, sc->sk_type); goto fail; } -- cgit v1.2.3