Re: [PATCH 3/3] [PATCH] staging: dgnc: Fixed braces {} are not necessary for single statement blockslinux-kernel@xxxxxxxxxxxxxxx,

From: Dan Carpenter
Date: Sat Jun 06 2015 - 10:35:52 EST


Send the patch to yourself. Apply it with git am. Review the git log
and then send it to the list.

But actually this change is not correct at all. The prefered style in
staging is that multi-line indent blocks get curly braces for
readability even when they are not required by the compiler. The patch
introduces other coding style violations. Did you run checkpatch.pl
over it?

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/