[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1505052882.git.harshasharmaiitr@gmail.com>
Date: Sun, 10 Sep 2017 20:40:44 +0530
From: Harsha Sharma <harshasharmaiitr@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
outreachy-kernel@...glegroups.com,
Harsha Sharma <harshasharmaiitr@...il.com>
Subject: [PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style
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
Powered by blists - more mailing lists