staging: rtl8188eu: Fix CHECK of coding style
authorSimon Fong <simon.fodin@gmail.com>
Thu, 2 Jul 2020 15:44:19 +0000 (23:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jul 2020 08:30:19 +0000 (10:30 +0200)
Fixed a CHECK of Lines should not end with a '('.

Signed-off-by: Simon Fong <simon.fodin@gmail.com>
Link: https://lore.kernel.org/r/9f1f9d7d4723aa8d9bc2d7149fd01aacc1191860.1593703689.git.simon.fodin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c

index 282d0f8..656fe70 100644 (file)
@@ -702,10 +702,9 @@ exit:
        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;