[Linux-kernel-mentees] [PATCH 1/2] xarray: Add identifier names for function definition arguments

Vitor Massaru Iha vitor at massaru.org
Wed Mar 18 02:54:21 UTC 2020


Hi Matthew,

On Tue, 2020-03-17 at 18:55 -0700, Matthew Wilcox wrote:
> On Tue, Mar 17, 2020 at 10:43:02PM -0300, Vitor Massaru Iha wrote:
> > Fix several checkpatch warnings such as:
> > 
> > WARNING: function definition argument 'struct xarray *' should also
> > have an identifier name
> > +void *xa_load(struct xarray *, unsigned long index);
> 
> Checkpatch is wrong.

Sorry about that. I just tried to follow the kernel coding style.



More information about the Linux-kernel-mentees mailing list