aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorQuytelda Kahja <quytelda@tamalin.org>2018-03-27 01:41:10 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-29 11:59:28 +0200
commite39c83fe8a5382e7402bf7602f1637fafd060228 (patch)
tree7c55c8a51a04b71640c51e36cb43823e972bd349 /drivers/staging/rtl8723bs
parentstaging: rtl8723bs: Fix lines too long in update_recvframe_attrib(). (diff)
downloadlinux-dev-e39c83fe8a5382e7402bf7602f1637fafd060228.tar.xz
linux-dev-e39c83fe8a5382e7402bf7602f1637fafd060228.zip
staging: rtl8723bs: Fix function signature that goes over 80 characters.
Wrap the function parameters for rtl8723bs_c2h_packet_handler() so the function signature doesn't exceed 80 characters. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c b/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
index a00d4e7ed70c..c4851a825fbb 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
@@ -162,7 +162,8 @@ static void update_recvframe_phyinfo(union recv_frame *precvframe,
}
}
-static void rtl8723bs_c2h_packet_handler(struct adapter *padapter, u8 *pbuf, u16 length)
+static void rtl8723bs_c2h_packet_handler(struct adapter *padapter,
+ u8 *pbuf, u16 length)
{
u8 *tmp = NULL;
u8 res = false;