Print missing newline on attach.
This commit is contained in:
parent
ac418f52f5
commit
051622a62d
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */
|
||||
/* $NetBSD: if_ath_cardbus.c,v 1.5 2004/09/09 01:40:13 enami Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2003
|
||||
* Ichiro FUKUHARA <ichiro@ichiro.org>.
|
||||
@ -36,7 +36,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ath_cardbus.c,v 1.5 2004/09/09 01:40:13 enami Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "opt_ns.h"
|
||||
@ -155,6 +155,8 @@ ath_cardbus_attach(struct device *parent, struct device *self,
|
||||
csc->sc_ct = ct;
|
||||
csc->sc_tag = ca->ca_tag;
|
||||
|
||||
printf("\n");
|
||||
|
||||
/*
|
||||
* Power management hooks.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user