"make W=1" enables -Wold-style-declaration, which is generally useful to warn about pre-C89 code in the kernel, but it also warns about some harmless variations (sometimes many of them from a single file).
This fixes up the 8 instances I found in the networking code, there is another series of 12 patches for the rest of the kernel. Arnd Bergmann (8): wireless: airo: rename 'register' variable wireless: brcmsmac: fix old-style declaration wireless: ipw2200: fix old-style declaration hamradio: baycom: fix old-style declaration isdn: eicon: fix old-style declarations net: gianfar: fix old-style declaration net: xfrm: fix old-style declaration sunrpc: fix old-style declaration drivers/isdn/hardware/eicon/divasmain.c | 12 ++++++------ drivers/isdn/hardware/eicon/platform.h | 6 +++--- drivers/net/ethernet/freescale/gianfar.c | 2 +- drivers/net/hamradio/baycom_par.c | 6 +++--- drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c | 4 ++-- drivers/net/wireless/cisco/airo.c | 4 ++-- drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +- net/ipv4/xfrm4_policy.c | 8 ++++---- net/ipv6/xfrm6_policy.c | 4 ++-- net/sunrpc/clnt.c | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) -- 2.9.0 Cc: Armin Schindler <m...@melware.de> Cc: Karsten Keil <i...@linux-pingi.de> Cc: Claudiu Manoil <claudiu.man...@freescale.com> Cc: Thomas Sailer <t.sai...@alumni.ethz.ch> Cc: Stanislav Yakovlev <stas.yakov...@gmail.com> Cc: Steffen Klassert <steffen.klass...@secunet.com> Cc: Herbert Xu <herb...@gondor.apana.org.au> Cc: "David S. Miller" <da...@davemloft.net> Cc: Trond Myklebust <trond.mykleb...@primarydata.com> Cc: Anna Schumaker <anna.schuma...@netapp.com> Cc: "J. Bruce Fields" <bfie...@fieldses.org> Cc: Arnd Bergmann <a...@arndb.de> Cc: net...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: linux-h...@vger.kernel.org Cc: linux-wireless@vger.kernel.org Cc: brcm80211-dev-l...@broadcom.com Cc: linux-...@vger.kernel.org -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html