summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2003-10-05 14:44:55 +0000
committertsutsui <tsutsui@NetBSD.org>2003-10-05 14:44:55 +0000
commitcf2571bd30da768f383bb09666180bc19fcc91ab (patch)
treeed995b2bab7e33f56d06f385e32dcbce5c610430 /sys/dev
parente7b57317b83fab13147f24b208bbefdd47c9330a (diff)
Oops, more white space nit.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_tl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c
index eca726bd1b8..1c0ff48284d 100644
--- a/sys/dev/pci/if_tl.c
+++ b/sys/dev/pci/if_tl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tl.c,v 1.59 2003/10/05 14:42:45 tsutsui Exp $ */
+/* $NetBSD: if_tl.c,v 1.60 2003/10/05 14:44:55 tsutsui Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.59 2003/10/05 14:42:45 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.60 2003/10/05 14:44:55 tsutsui Exp $");
#undef TLDEBUG
#define TL_PRIV_STATS
@@ -715,7 +715,7 @@ static int tl_init(ifp)
}
}
sc->hw_Rx_list[TL_NBUF - 1].fwd = 0;
- sc->Rx_list[TL_NBUF-1].next = NULL;
+ sc->Rx_list[TL_NBUF - 1].next = NULL;
sc->hw_Tx_list[TL_NBUF - 1].fwd = 0;
sc->Tx_list[TL_NBUF - 1].next = NULL;