lkml.org 
[lkml]   [2017]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style
Date
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

\
 
 \ /
  Last update: 2017-09-10 17:13    [W:0.266 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site