2024-01-09 04:41:08

by Stephen Rothwell

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

Hi all,

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

include/linux/i3c/master.h:464: warning: Function parameter or struct member 'enable_hotjoin' not described in 'i3c_master_controller_ops'
include/linux/i3c/master.h:464: warning: Function parameter or struct member 'disable_hotjoin' not described in 'i3c_master_controller_ops'
include/linux/i3c/master.h:506: warning: Function parameter or struct member 'hotjoin' not described in 'i3c_master_controller'

Introduced by commit

317bacf960a4 ("i3c: master: add enable(disable) hot join in sys entry")

--
Cheers,
Stephen Rothwell


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

2024-01-09 04:54:24

by Frank Li

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



> -----Original Message-----
> From: Stephen Rothwell <[email protected]>
> Sent: Monday, January 8, 2024 10:41 PM
> To: Boris Brezillon <[email protected]>
> Cc: Alexandre Belloni <[email protected]>; Frank Li
> <[email protected]>; Linux Kernel Mailing List <linux-
> [email protected]>; Linux Next Mailing List <[email protected]>
> Subject: [EXT] linux-next: build warning after merge of the i3c tree
>
> Hi all,
>
> After merging the i3c tree, today's linux-next build (htmldocs) produced
> this warning:
>
> include/linux/i3c/master.h:464: warning: Function parameter or struct
> member 'enable_hotjoin' not described in 'i3c_master_controller_ops'
> include/linux/i3c/master.h:464: warning: Function parameter or struct
> member 'disable_hotjoin' not described in 'i3c_master_controller_ops'
> include/linux/i3c/master.h:506: warning: Function parameter or struct
> member 'hotjoin' not described in 'i3c_master_controller'

Let me work a fixes patch today.

Frank

>
> Introduced by commit
>
> 317bacf960a4 ("i3c: master: add enable(disable) hot join in sys entry")
>
> --
> Cheers,
> Stephen Rothwell