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:
parent
b37f9e1c38
commit
e39c83fe8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user