Re: [PATCH] staging: sm750fb: fixing multiple checkpatch errors and warnings

From: Dan Carpenter
Date: Thu Mar 19 2015 - 16:21:45 EST


On Thu, Mar 19, 2015 at 08:26:03PM +0100, Michel von Czettritz wrote:
> This patch formats sm750.c to
> - correct intendations
> - no leading or trailing whitespaces
> - no C99 Style comments
> - correct braces and spacings for if, for and functions
> - no initalisation of static variables to 0 or NULL
> - no assignments in if conditions
> - correct spacings arround pointers and function arguments
>
> and some other warnings

This patch does too many things at once. Split it up into one type of
warning per patch.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/