Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia remove trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/84b0d6ac70fe
branches: trunk
changeset: 785802:84b0d6ac70fe
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 30 03:22:14 2013 +0000
description:
remove trailing whitespace
diffstat:
sys/dev/pcmcia/if_wi_pcmcia.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ea2572453885 -r 84b0d6ac70fe sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c Sat Mar 30 03:21:43 2013 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c Sat Mar 30 03:22:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.89 2011/08/15 18:04:59 dyoung Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.90 2013/03/30 03:22:14 christos Exp $ */
/*-
* Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.89 2011/08/15 18:04:59 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.90 2013/03/30 03:22:14 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -323,7 +323,7 @@
static void
wi_pcmcia_attach(device_t parent, device_t self, void *aux)
{
- struct wi_pcmcia_softc *psc = device_private(self);
+ struct wi_pcmcia_softc *psc = device_private(self);
struct wi_softc *sc = &psc->sc_wi;
struct pcmcia_attach_args *pa = aux;
struct pcmcia_config_entry *cfe;
Home |
Main Index |
Thread Index |
Old Index