diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:29:01 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:29:01 +0000 |
commit | b138e49c66e80c8f467872c365ecc0b6dd8acaae (patch) | |
tree | 58041a73bf711acb1ce5833efacdc2882a869d34 /sys/dev/sfxge/common/efx_intr.c | |
parent | 378503af2e65497a3503301d51a2e96a9478ebf0 (diff) | |
download | src-b138e49c66e80c8f467872c365ecc0b6dd8acaae.tar.gz src-b138e49c66e80c8f467872c365ecc0b6dd8acaae.zip |
sfxge: clean up empty lines in .c and .h files
Notes
Notes:
svn path=/head/; revision=365086
Diffstat (limited to 'sys/dev/sfxge/common/efx_intr.c')
-rw-r--r-- | sys/dev/sfxge/common/efx_intr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sfxge/common/efx_intr.c b/sys/dev/sfxge/common/efx_intr.c index 5e4436350592..423020a59320 100644 --- a/sys/dev/sfxge/common/efx_intr.c +++ b/sys/dev/sfxge/common/efx_intr.c @@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$"); #include "efx.h" #include "efx_impl.h" - #if EFSYS_OPT_SIENA static __checkReturn efx_rc_t @@ -86,10 +85,8 @@ static __checkReturn boolean_t siena_intr_check_fatal( __in efx_nic_t *enp); - #endif /* EFSYS_OPT_SIENA */ - #if EFSYS_OPT_SIENA static const efx_intr_ops_t __efx_intr_siena_ops = { siena_intr_init, /* eio_init */ @@ -245,7 +242,6 @@ efx_intr_disable_unlocked( eiop->eio_disable_unlocked(enp); } - __checkReturn efx_rc_t efx_intr_trigger( __in efx_nic_t *enp, @@ -303,7 +299,6 @@ efx_intr_fatal( eiop->eio_fatal(enp); } - /* ************************************************************************* */ /* ************************************************************************* */ /* ************************************************************************* */ @@ -523,7 +518,6 @@ siena_intr_status_message( *fatalp = B_FALSE; } - static void siena_intr_fatal( __in efx_nic_t *enp) |