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


Groups > linux.kernel > #1523602 > unrolled thread

Re: [PATCH] blk-bwt: fix old-style function declaration

Started byJens Axboe <axboe@kernel.dk>
First post2016-11-16 16:40 +0100
Last post2016-11-16 16:40 +0100
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] blk-bwt: fix old-style function declaration Jens Axboe <axboe@kernel.dk> - 2016-11-16 16:40 +0100

#1523602 — Re: [PATCH] blk-bwt: fix old-style function declaration

FromJens Axboe <axboe@kernel.dk>
Date2016-11-16 16:40 +0100
SubjectRe: [PATCH] blk-bwt: fix old-style function declaration
Message-ID<sEatz-4HA-11@gated-at.bofh.it>
On 11/16/2016 08:29 AM, Arnd Bergmann wrote:
> The newly added driver causes a harmless warning in some configurations:
>
> block/blk-wbt.c:250:1: error: ‘inline’ is not at beginning of declaration [-Werror=old-style-declaration]
>  static bool inline stat_sample_valid(struct blk_rq_stat *stat)
>
> This makes it use the expected format for the declaration.

Thanks Arnd, applied with the subject typo fixed up.

-- 
Jens Axboe

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web