2023-12-04 04:55:03

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the mm tree

Hi all,

After merging the mm tree, today's linux-next build (htmldocs) produced
this warning:

include/linux/damon.h:201: warning: Function parameter or member 'get_score_arg' not described in 'damos_quota'

Introduced by commit

99b36eab9c05 ("mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning")

--
Cheers,
Stephen Rothwell


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

2023-12-04 17:03:24

by SeongJae Park

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

Hello Stephen,

On 2023-12-04T15:54:42+11:00 Stephen Rothwell <[email protected]> wrote:

> Hi all,
>
> After merging the mm tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/linux/damon.h:201: warning: Function parameter or member 'get_score=
> _arg' not described in 'damos_quota'
>
> Introduced by commit
>
> 99b36eab9c05 ("mm/damon/core: implement goal-oriented feedback-driven quo=
> ta auto-tuning")

Thank you for letting me know this. I just sent a patch for this:
https://lore.kernel.org/damon/[email protected]


Thanks,
SJ

[...]