Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430842 > unrolled thread

Re: [PATCH 3/8] wireless: ipw2200: fix old-style declaration

Started byStanislav Yakovlev <stas.yakovlev@gmail.com>
First post2016-06-24 19:50 +0200
Last post2016-06-24 19:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 3/8] wireless: ipw2200: fix old-style declaration Stanislav Yakovlev <stas.yakovlev@gmail.com> - 2016-06-24 19:50 +0200

#1430842 — Re: [PATCH 3/8] wireless: ipw2200: fix old-style declaration

FromStanislav Yakovlev <stas.yakovlev@gmail.com>
Date2016-06-24 19:50 +0200
SubjectRe: [PATCH 3/8] wireless: ipw2200: fix old-style declaration
Message-ID<rNDoT-2OX-37@gated-at.bofh.it>
On 16 June 2016 at 17:52, Arnd Bergmann <arnd@arndb.de> wrote:
> Modern C standards expect the 'inline' keyword to come before the return
> type in a declaration, and we get a warning for this with "make W=1":
>
> drivers/net/wireless/intel/ipw2x00/ipw2200.c:4096:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>

Stanislav.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web