Re: [PATCH] staging: rtlwifi: add identifier names to function definition arguments

2018-01-31 Thread Dan Carpenter
On Sun, Jan 28, 2018 at 12:41:25PM -0600, Larry Finger wrote: > On 01/28/2018 08:05 AM, Erik Liodden wrote: > > Add identifier names to function definition arguments to comply with > > the kernel coding style and the naming convention in the rest of the > > file. > > > > Issues found by checkpatch

Re: [PATCH] staging: rtlwifi: add identifier names to function definition arguments

2018-01-28 Thread Larry Finger
On 01/28/2018 08:05 AM, Erik Liodden wrote: Add identifier names to function definition arguments to comply with the kernel coding style and the naming convention in the rest of the file. Issues found by checkpatch. Signed-off-by: Erik Liodden --- As far as I am concerned, this patch is mere