remove trailing whitespace
This commit is contained in:
parent
a79b8830d2
commit
b90bae31de
|
@ -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 @@ wi_pcmcia_validate_config(struct pcmcia_config_entry *cfe)
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue