Linux kernel coding style uses one space around most binary and ternary operators and spaces are prohibited at the start of a line. Concatenated strings should have space between elements and space is required after ','. In conditional statements, do not use unnecessary braces where a single statement will do and put the opening brace last on the line, and put the closing brace first. Unnecessary spaces and blank lines should be avoided. Harsha Sharma (10): staging: rtl8723bs: Add spaces around '=' staging: rtl8723bs: Add spaces around '+', '|', '*' staging: rtl8723bs: Add spaces around '?', '==', '||', '!=' staging: rtl8723bs: Remove unnecessary spaces at the start of line staging: rtl8723bs: Add space between concatenated strings staging: rtl8723bs: Add space after ',' staging: rtl8723bs: Removed unneccesary space staging: rtl8723bs: Remove unnecessary space staging: rtl8723bs: Remove unneccesary braces and change position of open brace staging: rtl8723bs: Remove unnecessary blank lines drivers/staging/rtl8723bs/os_dep/os_intfs.c | 190 ++++++++++++---------------- 1 file changed, 78 insertions(+), 112 deletions(-) -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel