Re: [PATCH] HID: hid-multitouch.c: fix formatting warnings

From: Brent Adam
Date: Tue Sep 29 2015 - 10:14:05 EST




On 9/29/15, 6:59 AM, "Jiri Kosina" <jikos@xxxxxxxxxx> wrote:

>On Mon, 28 Sep 2015, Brent Adam wrote:
>
>> Fixed the following checkpatch.pl warnings:
>> WARNING: line over 80 characters: line 163
>> WARNING: Missing a blank line after declarations: line 359
>> WARNING: Missing a blank line after declarations: line 572
>> WARNING: Missing a blank line after declarations: line 708
>> WARNING: Missing a blank line after declarations: line 926
>> WARNING: Possible unnecessary 'out of memory' message: line 1034
>> WARNING: Possible unnecessary 'out of memory' message: line 1048
>> WARNING: line over 80 characters: line 1390
>
>For files which are already in tree I'd be taking such fixes only as a
>side-change if refactoring the code anyway in a substantial way. Otherwise
>I consider the ones below too minor to justify cluttering of git blame.


Ok, although Greg Kroah-Hartman inspires you in his video to submit patches
to make the code checkpatch clean. https://www.youtube.com/watch?v=LLBrBBImJt4

-Brent