Re: [PATCH] staging: vt6655: Fixed some coding style issues

2017-03-09 Thread Greg KH
On Sat, Mar 04, 2017 at 07:46:04PM +, Tuomo Rinne wrote: > Copied function argument names from definition to delcaration. This > fixes some checkpatch warnings. Which warning did it fix? Please always be specific here, and in the subject line. thanks, greg k-h __

[PATCH] staging: vt6655: Fixed some coding style issues

2017-03-04 Thread Tuomo Rinne
Copied function argument names from definition to delcaration. This fixes some checkpatch warnings. Signed-off-by: Tuomo Rinne --- drivers/staging/vt6655/rxtx.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/r