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>
This commit is contained in:
Quytelda Kahja 2018-03-27 01:41:10 -07:00 committed by Greg Kroah-Hartman
parent b37f9e1c38
commit e39c83fe8a

View File

@ -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;