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 kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html