Re: [PATCH 06/18] staging: ks7010: remove argument identifiers

2017-04-14 Thread Greg Kroah-Hartman
On Wed, Apr 12, 2017 at 09:56:51AM +1000, Tobin C. Harding wrote: > When declaring a function with a function pointer as parameter, having > the parameters to the function pointer prototype with explicit > identifiers does not add that much extra meaning to the code. In this > case the identifiers

[PATCH 06/18] staging: ks7010: remove argument identifiers

2017-04-11 Thread Tobin C. Harding
When declaring a function with a function pointer as parameter, having the parameters to the function pointer prototype with explicit identifiers does not add that much extra meaning to the code. In this case the identifiers are 'arg1' and 'arg2', these definitely do not add extra meaning to the co