summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 14:06:01 +0000
committered <ed@FreeBSD.org>2011-12-13 14:06:01 +0000
commit8f4291328fc8c526ced0d1d7afe013bc464ae0c3 (patch)
tree6511ce1e1f47db206a8f3a23f568bfc5fc44a836 /sys/dev/de
parent036b3a534b9846a059e610aff7167bf252da5fdd (diff)
downloadFreeBSD-src-8f4291328fc8c526ced0d1d7afe013bc464ae0c3.zip
FreeBSD-src-8f4291328fc8c526ced0d1d7afe013bc464ae0c3.tar.gz
Replace `inline static' by `static inline'.
If I interpret the C standard correctly, the storage specifier should be placed before the inline keyword. While at it, replace __inline by inline in the files affected.
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index a9b9f31..5970bcd 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -1567,7 +1567,7 @@ tulip_null_media_poll(tulip_softc_t * const sc, tulip_mediapoll_event_t event)
#endif
}
-__inline static void
+static inline void
tulip_21140_mediainit(tulip_softc_t * const sc, tulip_media_info_t * const mip,
tulip_media_t const media, unsigned gpdata, unsigned cmdmode)
{
OpenPOWER on IntegriCloud