Minor style nits.
This commit is contained in:
parent
286e947fee
commit
c2e94196e3
@ -81,8 +81,7 @@ static int an_probe_isa (device_t);
|
||||
static int an_attach_isa(device_t);
|
||||
|
||||
static int
|
||||
an_probe_isa(dev)
|
||||
device_t dev;
|
||||
an_probe_isa(device_t dev)
|
||||
{
|
||||
int error = 0;
|
||||
|
||||
@ -103,8 +102,7 @@ an_probe_isa(dev)
|
||||
}
|
||||
|
||||
static int
|
||||
an_attach_isa(dev)
|
||||
device_t dev;
|
||||
an_attach_isa(device_t dev)
|
||||
{
|
||||
struct an_softc *sc = device_get_softc(dev);
|
||||
int flags = device_get_flags(dev);
|
||||
|
Loading…
Reference in New Issue
Block a user