The following pateches fix the errors and warnings 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 (4): staging: dgnc: Fix indenting of if-else statement staging: dgnc: dgnc_neo: Fix indenting of if statement staging: dgnc: dgnc_neo: Fix conditional part of if statement staging: dgnc: Remove unnecessary braces drivers/staging/dgnc/dgnc_neo.c | 67 ++++++++++++++------------------------- drivers/staging/dgnc/dgnc_tty.c | 42 ++++++++---------------- 2 files changed, 38 insertions(+), 71 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/