Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752645AbdFLKxG (ORCPT ); Mon, 12 Jun 2017 06:53:06 -0400 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:57939 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010AbdFLKxC (ORCPT ); Mon, 12 Jun 2017 06:53:02 -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 Subject: [PATCH 2/7] staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should start on a tabstop' Date: Mon, 12 Jun 2017 12:46:11 +0200 Message-Id: <1497264376-18840-3-git-send-email-fabian.wolff@fau.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1497264376-18840-1-git-send-email-fabian.wolff@fau.de> References: <1497264376-18840-1-git-send-email-fabian.wolff@fau.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 893 Lines: 28 This patch fixes the checkpatch.pl warning 'Statements should start on a tabstop' by reformatting the affected lines. Signed-off-by: Fabian Wolff Signed-off-by: Mate Horvath --- drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c index 803eab0..00c7b0d 100644 --- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c +++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c @@ -41,9 +41,9 @@ static const struct ieee80211_regdomain rtw_regdom_rd = { .n_reg_rules = 3, .alpha2 = "99", .reg_rules = { - RTW_2GHZ_CH01_11, - RTW_2GHZ_CH12_13, - } + RTW_2GHZ_CH01_11, + RTW_2GHZ_CH12_13, + } }; static int rtw_ieee80211_channel_to_frequency(int chan, int band) -- 2.7.4