Re: [PATCH] staging: android/ion: Fix coding style issues
From: Joe Perches
Date: Tue Jan 10 2017 - 17:13:00 EST
On Tue, 2017-01-10 at 23:40 +0200, Bogdan Purcareata wrote:
> Fix following checkpatch warnings:
> - Lines over 80 characters
> - void function with return statement
> - Unaligned comment mark
> - Header function prototypes missing variable names
Please read Documentation/SubmittingPatches
(umm, make that Documentation/process/submitting-patches.rst)
Make sure to send the patch to yourself only until
you know you can apply it correctly and then send
it to the mailing list.
btw:
This should probably be a series of 4 patches, each
single patch doing one of the things listed above.
And do please use checkpatch on your proposed patches.