From 8f4291328fc8c526ced0d1d7afe013bc464ae0c3 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 13 Dec 2011 14:06:01 +0000 Subject: 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. --- sys/dev/de/if_de.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/de') 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) { -- cgit v1.1