On Mon, Dec 16, 2013 at 03:51:58AM -0500, Gary Rookard wrote:
> removed braces from single statement conditonals.
> if, else, while opening brace placement was moved to last
> on first line of each, and closing brace moved to first on
> new line to follow the linux kernel coding style thus removin
removed braces from single statement conditonals.
if, else, while opening brace placement was moved to last
on first line of each, and closing brace moved to first on
new line to follow the linux kernel coding style thus removing
checkpatch errors respectfully.
Signed-off-by: Gary Alan Rookard
-