Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754059AbdFMVCn (ORCPT ); Tue, 13 Jun 2017 17:02:43 -0400 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:41035 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753733AbdFMVCm (ORCPT ); Tue, 13 Jun 2017 17:02:42 -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 4/5] staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesis Date: Tue, 13 Jun 2017 23:01:51 +0200 Message-Id: <1497387712-9913-5-git-send-email-fabian.wolff@fau.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1497387712-9913-1-git-send-email-fabian.wolff@fau.de> References: <20170613131149.GA23757@kroah.com> <1497387712-9913-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: 1077 Lines: 33 This patch adjusts the alignment of several lines to match their respective opening parenthesis. Signed-off-by: Fabian Wolff Signed-off-by: Mate Horvath --- v1->v2: refresh patch drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c index 6c8d475..68890b4 100644 --- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c +++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c @@ -122,10 +122,11 @@ static const struct ieee80211_regdomain *_rtw_regdomain_select(struct } static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg, - struct wiphy *wiphy, - void (*reg_notifier)(struct wiphy *wiphy, - struct regulatory_request * - request)) + struct wiphy *wiphy, + void (*reg_notifier)(struct wiphy *wiphy, + struct + regulatory_request * + request)) { const struct ieee80211_regdomain *regd; -- 2.7.4