Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1696058

[PATCH] Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c

From ArminSchoenlieb <armetallica@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c
Date 2017-07-25 21:20 +0200
Message-ID <u7dxa-6OD-49@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Armin Schoenlieb <armetallica@gmail.com>

This is a patch to the rtw_mlme_ext.c file that fixes up a brace error
found by the checkpatch.pl tool

Signed-off-by: Armin Schoenlieb <armetallica@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
index 88a3a2b9c144..aae8d716a513 100644
--- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
@@ -3961,7 +3961,8 @@ static void init_mlme_ext_priv_value(struct adapter *padapter)
 
 static int has_channel(struct rt_channel_info *channel_set,
 					   u8 chanset_size,
-					   u8 chan) {
+					   u8 chan)
+{
 	int i;
 
 	for (i = 0; i < chanset_size; i++) {
-- 
2.11.0

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.c ArminSchoenlieb <armetallica@gmail.com> - 2017-07-25 21:20 +0200

csiph-web