staging: rtl8712: Align function arguments with opening paranthesis
Fixes checkpatch.pl "CHECK Alignment should match open parenthesis" on drivers/staging/rtl8712/rtl8712_recv.c:122 Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com> Link: https://lore.kernel.org/r/20191008195350.20544-1-wambui.karugax@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac478ce773
commit
06f9c65a8d
|
@ -119,7 +119,7 @@ void r8712_init_recvbuf(struct _adapter *padapter, struct recv_buf *precvbuf)
|
|||
}
|
||||
|
||||
void r8712_free_recvframe(union recv_frame *precvframe,
|
||||
struct __queue *pfree_recv_queue)
|
||||
struct __queue *pfree_recv_queue)
|
||||
{
|
||||
unsigned long irqL;
|
||||
struct _adapter *padapter = precvframe->u.hdr.adapter;
|
||||
|
|
Loading…
Reference in New Issue