[PATCH 3/3] [PATCH] staging: dgnc: Fixed braces {} are not necessary for single statement blockslinux-kernel at vger.kernel.org,

Dan Carpenter dan.carpenter at oracle.com
Sat Jun 6 14:35:08 UTC 2015


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



More information about the devel mailing list