2023-03-09 01:28:35

by Stephen Rothwell

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

Hi all,

After merging the drivers-x86 tree, today's linux-next build
(htmldocs) produced these warning:

include/linux/apple-gmux.h:99: warning: Function parameter or member 'type_ret' not described in 'apple_gmux_detect'
include/linux/apple-gmux.h:99: warning: Excess function parameter 'indexed_ret' description in 'apple_gmux_detect'

Introduced by commit

fc83fbc80e1a ("platform/x86: apple-gmux: refactor gmux types")

--
Cheers,
Stephen Rothwell


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

2023-03-09 08:50:04

by Hans de Goede

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

Hi all,

On 3/9/23 02:28, Stephen Rothwell wrote:
> Hi all,
>
> After merging the drivers-x86 tree, today's linux-next build
> (htmldocs) produced these warning:
>
> include/linux/apple-gmux.h:99: warning: Function parameter or member 'type_ret' not described in 'apple_gmux_detect'
> include/linux/apple-gmux.h:99: warning: Excess function parameter 'indexed_ret' description in 'apple_gmux_detect'
>
> Introduced by commit
>
> fc83fbc80e1a ("platform/x86: apple-gmux: refactor gmux types")

Stephen, thank you for reporting this.

Orlando, can you do a follow-up patch on top of your
latest series fixing this ?

Regards,

Hans


2023-03-09 10:42:42

by Orlando Chamberlain

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

On Thu, 9 Mar 2023 09:48:58 +0100
Hans de Goede <[email protected]> wrote:

> Hi all,
>
> On 3/9/23 02:28, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the drivers-x86 tree, today's linux-next build
> > (htmldocs) produced these warning:
> >
> > include/linux/apple-gmux.h:99: warning: Function parameter or
> > member 'type_ret' not described in 'apple_gmux_detect'
> > include/linux/apple-gmux.h:99: warning: Excess function parameter
> > 'indexed_ret' description in 'apple_gmux_detect'
> >
> > Introduced by commit
> >
> > fc83fbc80e1a ("platform/x86: apple-gmux: refactor gmux types")

Thanks Stephen.
>
> Stephen, thank you for reporting this.
>
> Orlando, can you do a follow-up patch on top of your
> latest series fixing this ?

Yes, I'll send one soon.

>
> Regards,
>
> Hans
>