On Tue, Jun 28, 2022 at 10:46:10AM +0100, Mauro Carvalho Chehab wrote: > The vfs uid/gid parameters have a different name at the function > prototype causing kernel-doc warnings. Update them for the parameters > to match, fixing those warnings: > > fs/attr.c:36: warning: Function parameter or member 'ia_vfsuid' not described in 'chown_ok' > fs/attr.c:36: warning: Excess function parameter 'uid' description in 'chown_ok' > fs/attr.c:63: warning: Function parameter or member 'ia_vfsgid' not described in 'chgrp_ok' > fs/attr.c:63: warning: Excess function parameter 'gid' description in 'chgrp_ok' > > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> > --- This is already fixed in my tree and in -next as 81a1807d80dd26cdf8a357cf55f556ade90c7fda So you can drop this. Thanks! Christian