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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel