mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
staging: rtl8712: fixed no space coding style issue
Added space around the binary operator for readability in rtl8712_xmit.h file Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com> Link: https://lore.kernel.org/r/20210309142547.16974-1-selvakumar16197@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ce8d69deea
commit
f6a4ac8fd2
@@ -92,7 +92,7 @@ struct tx_desc {
|
||||
|
||||
union txdesc {
|
||||
struct tx_desc txdesc;
|
||||
unsigned int value[TXDESC_SIZE>>2];
|
||||
unsigned int value[TXDESC_SIZE >> 2];
|
||||
};
|
||||
|
||||
int r8712_xmitframe_complete(struct _adapter *padapter,
|
||||
|
||||
Reference in New Issue
Block a user