Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750967AbdIJPMz (ORCPT ); Sun, 10 Sep 2017 11:12:55 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:38291 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbdIJPMy (ORCPT ); Sun, 10 Sep 2017 11:12:54 -0400 X-Google-Smtp-Source: ADKCNb7Rjfbf36BcPs5Qzwsr5gQCi+cB0dIt2G7ifVKmLwKiBY4HYcok0xrOyk9N9hkQdoPI+k8Agg== From: Harsha Sharma To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, Harsha Sharma Subject: [PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style Date: Sun, 10 Sep 2017 20:40:44 +0530 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 26 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