Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: staging: rtl8712: align arguments with open parenthesis

Clean up checks of "Alignment should match open parenthesis"
in file mlme_osdep.h

Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>
Link: https://lore.kernel.org/r/20210406105124.78498-1-martinsdecarvalhobeatriz@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Beatriz Martins de Carvalho and committed by
Greg Kroah-Hartman
a11fbe6b 5e1e55bc

+2 -2
+2 -2
drivers/staging/rtl8712/mlme_osdep.h
··· 22 22 void r8712_os_indicate_connect(struct _adapter *adapter); 23 23 void r8712_report_sec_ie(struct _adapter *adapter, u8 authmode, u8 *sec_ie); 24 24 int r8712_recv_indicatepkts_in_order(struct _adapter *adapter, 25 - struct recv_reorder_ctrl *precvreorder_ctrl, 26 - int bforced); 25 + struct recv_reorder_ctrl *precvreorder_ctrl, 26 + int bforced); 27 27 void r8712_indicate_wx_assoc_event(struct _adapter *padapter); 28 28 void r8712_indicate_wx_disassoc_event(struct _adapter *padapter); 29 29