[PATCH v2 0/3] Fix coding style of if statement

From: Masaru Nomura
Date: Sat May 17 2014 - 19:54:43 EST


This is the modified patches of
[PATCH x/4] Fix coding style of if statment

The following pateches fix the errors and warnings below in
dgnc_neo.c and dgnc_tty.c to meet kernel coding style.

ERROR: else should follow close brace '}'
ERROR: that open brace { should be on the previous line
WARNING: line over 80 characters
WARNING: braces {} are not necessary for single statement blocks

Masaru Nomura (3):
staging: dgnc: Put else statements on the right line
staging: dgnc: dgnc_neo: Clean up if statement
staging: dgnc: Remove extra curly braces

drivers/staging/dgnc/dgnc_neo.c | 112 +++++++++++--------------------
drivers/staging/dgnc/dgnc_tty.c | 140 ++++++++++++++-------------------------
2 files changed, 88 insertions(+), 164 deletions(-)

--
1.7.9.5

--
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/