提交 e39c83fe 编写于 作者: Q Quytelda Kahja 提交者: Greg Kroah-Hartman

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: NQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b37f9e1c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册