]> Git Repo - linux.git/commitdiff
drivers: staging: rtl8712: align arguments with open parenthesis
authorBeatriz Martins de Carvalho <[email protected]>
Tue, 6 Apr 2021 10:51:24 +0000 (11:51 +0100)
committerGreg Kroah-Hartman <[email protected]>
Tue, 6 Apr 2021 12:15:56 +0000 (14:15 +0200)
Clean up checks of "Alignment should match open parenthesis"
in file mlme_osdep.h

Signed-off-by: Beatriz Martins de Carvalho <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/rtl8712/mlme_osdep.h

index 9eaf94f072ff373f5c4ac2822a765c2af9d2d436..a02c782588ddbfd0bfcd233948b5a2ccf6f84bcf 100644 (file)
@@ -22,8 +22,8 @@ void r8712_os_indicate_disconnect(struct _adapter *adapter);
 void r8712_os_indicate_connect(struct _adapter *adapter);
 void r8712_report_sec_ie(struct _adapter *adapter, u8 authmode, u8 *sec_ie);
 int r8712_recv_indicatepkts_in_order(struct _adapter *adapter,
-                               struct recv_reorder_ctrl *precvreorder_ctrl,
-                               int bforced);
+                                    struct recv_reorder_ctrl *precvreorder_ctrl,
+                                    int bforced);
 void r8712_indicate_wx_assoc_event(struct _adapter *padapter);
 void r8712_indicate_wx_disassoc_event(struct _adapter *padapter);
 
This page took 0.057052 seconds and 4 git commands to generate.