2021-04-26 12:38:23

by Stephen Rothwell

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

Hi all,

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

drivers/usb/dwc3/core.h:865: warning: Function parameter or member 'hwparams9' not described in 'dwc3_hwparams'

Introduced by commit

16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")

--
Cheers,
Stephen Rothwell


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

2021-04-26 12:54:57

by Greg KH

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

On Mon, Apr 26, 2021 at 10:37:33PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the usb tree, today's linux-next build (htmldocs) produced
> this warning:
>
> drivers/usb/dwc3/core.h:865: warning: Function parameter or member 'hwparams9' not described in 'dwc3_hwparams'
>
> Introduced by commit
>
> 16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")

Thinh, can you submit a fix for this?

thanks,

greg k-h

2021-04-26 21:16:01

by Thinh Nguyen

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

Greg KH wrote:
> On Mon, Apr 26, 2021 at 10:37:33PM +1000, Stephen Rothwell wrote:
>> Hi all,
>>
>> After merging the usb tree, today's linux-next build (htmldocs) produced
>> this warning:
>>
>> drivers/usb/dwc3/core.h:865: warning: Function parameter or member 'hwparams9' not described in 'dwc3_hwparams'
>>
>> Introduced by commit
>>
>> 16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")
>
> Thinh, can you submit a fix for this?
>

My mistake. Just submitted it.

Thanks,
Thinh