2023-07-27 07:41:53

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warnings after merge of the block tree

Hi all,

After merging the block tree, today's linux-next build (htmldocs)
produced these warnings:

kernel/futex/futex.h:183: warning: Function parameter or member 'wake' not described in 'futex_q'
kernel/futex/futex.h:183: warning: Function parameter or member 'wake_data' not described in 'futex_q'

Introduced by commits

c8d49e4f6dec ("futex: factor out the futex wake handling")
16759c720d7b ("futex: add wake_data to struct futex_q")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-07-27 13:04:18

by Jens Axboe

[permalink] [raw]
Subject: Re: linux-next: build warnings after merge of the block tree

On 7/27/23 12:10 AM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the block tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> kernel/futex/futex.h:183: warning: Function parameter or member 'wake' not described in 'futex_q'
> kernel/futex/futex.h:183: warning: Function parameter or member 'wake_data' not described in 'futex_q'
>
> Introduced by commits
>
> c8d49e4f6dec ("futex: factor out the futex wake handling")
> 16759c720d7b ("futex: add wake_data to struct futex_q")

Thanks, I'll fix those up!

--
Jens Axboe