diff options
author | glebius <glebius@FreeBSD.org> | 2005-12-28 09:37:04 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-12-28 09:37:04 +0000 |
commit | 4c64851f64006eecf106a8e1bce5bad3bda672f8 (patch) | |
tree | 81c9b3bd4b957d97d92e904f69550a9a76d64203 /sys/dev | |
parent | a64dd2a02f8247c4e6590f17815ccb48dc3aad4f (diff) | |
download | FreeBSD-src-4c64851f64006eecf106a8e1bce5bad3bda672f8.zip FreeBSD-src-4c64851f64006eecf106a8e1bce5bad3bda672f8.tar.gz |
A style nit.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/em/if_em.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 5e58c33..7a81b52 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -632,7 +632,7 @@ em_resume(device_t dev) em_init_locked(adapter); if ((ifp->if_flags & IFF_UP) && (ifp->if_drv_flags & IFF_DRV_RUNNING)) - em_start_locked(ifp); + em_start_locked(ifp); EM_UNLOCK(adapter); return bus_generic_resume(dev); |