Whitespace nit.
This commit is contained in:
parent
b338995776
commit
8398f3ff65
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: gpio.c,v 1.7 2006/03/29 06:34:28 thorpej Exp $ */
|
||||
/* $NetBSD: gpio.c,v 1.8 2006/04/08 22:33:36 uwe Exp $ */
|
||||
/* $OpenBSD: gpio.c,v 1.6 2006/01/14 12:33:49 grange Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.7 2006/03/29 06:34:28 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.8 2006/04/08 22:33:36 uwe Exp $");
|
||||
|
||||
/*
|
||||
* General Purpose Input/Output framework.
|
||||
|
@ -171,7 +171,7 @@ gpiobus_print(void *aux, const char *pnp)
|
|||
return (UNCONF);
|
||||
}
|
||||
|
||||
int
|
||||
int
|
||||
gpio_pin_map(void *gpio, int offset, u_int32_t mask, struct gpio_pinmap *map)
|
||||
{
|
||||
struct gpio_softc *sc = gpio;
|
||||
|
|
Loading…
Reference in New Issue