Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945AbdFMVCV (ORCPT ); Tue, 13 Jun 2017 17:02:21 -0400 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:40955 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753733AbdFMVCU (ORCPT ); Tue, 13 Jun 2017 17:02:20 -0400 From: Fabian Wolff To: linux-kernel@i4.cs.fau.de Cc: gregkh@linuxfoundation.org, horvatmate@gmail.com, fabian.wolff@fau.de, hdegoede@redhat.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, ianwmorrison@gmail.com, dan.carpenter@oracle.com Subject: [PATCH v2 0/5] staging: rtl8723bs: wifi_regd.c: fix checkpatch errors and warnings Date: Tue, 13 Jun 2017 23:01:47 +0200 Message-Id: <1497387712-9913-1-git-send-email-fabian.wolff@fau.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20170613131149.GA23757@kroah.com> References: <20170613131149.GA23757@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 19 v1->v2: Refresh patches and restrict the first patch to arithmetic operators This patch series fixes all errors and warnings generated by checkpatch.pl for wifi_regd.c. Fabian Wolff (5): staging: rtl8723bs: wifi_regd.c: put spaces around binary operators staging: rtl8723bs: wifi_regd.c: fix comment formatting staging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer arguments staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesis staging: rtl8723bs: wifi_regd.c: insert blank line after declarations drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 34 +++++++++++++++------------- 1 file changed, 18 insertions(+), 16 deletions(-) -- 2.7.4