Re: linux-next: build warnings after merge of the i2c-host tree
From: Andi Shyti
Date: Sat Jul 13 2024 - 02:57:03 EST
On Fri, Jul 12, 2024 at 09:02:24AM GMT, Wolfram Sang wrote:
> > include/linux/i2c.h:583: warning: Function parameter or struct member 'xfer' not described in 'i2c_algorithm'
> > include/linux/i2c.h:583: warning: Function parameter or struct member 'xfer_atomic' not described in 'i2c_algorithm'
> > include/linux/i2c.h:583: warning: Function parameter or struct member 'reg_target' not described in 'i2c_algorithm'
> > include/linux/i2c.h:583: warning: Function parameter or struct member 'unreg_target' not described in 'i2c_algorithm'
>
> Ouch, yes. I will fix this! Thanks. Seems like regular buildbot builds
> do not build docs when they were changed?
apparently not, because I received only build success messages.
I will add the docs building in my test flow.
Thanks Stephen,
Andi