Commit d9ff039a authored by Simon Fong's avatar Simon Fong Committed by Greg Kroah-Hartman

staging: rtl8188eu: Fix CHECK of coding style

Fixed a CHECK of Lines should not end with a '('.
Signed-off-by: default avatarSimon Fong <simon.fodin@gmail.com>
Link: https://lore.kernel.org/r/9f1f9d7d4723aa8d9bc2d7149fd01aacc1191860.1593703689.git.simon.fodin@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 40c79667
......@@ -702,10 +702,9 @@ static int sta2sta_data_frame(struct adapter *adapter,
return ret;
}
static int ap2sta_data_frame(
struct adapter *adapter,
struct recv_frame *precv_frame,
struct sta_info **psta)
static int ap2sta_data_frame(struct adapter *adapter,
struct recv_frame *precv_frame,
struct sta_info **psta)
{
u8 *ptr = precv_frame->pkt->data;
struct rx_pkt_attrib *pattrib = &precv_frame->attrib;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment