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:
parent
ce8d69deea
commit
f6a4ac8fd2
|
@ -92,7 +92,7 @@ struct tx_desc {
|
||||||
|
|
||||||
union txdesc {
|
union txdesc {
|
||||||
struct tx_desc txdesc;
|
struct tx_desc txdesc;
|
||||||
unsigned int value[TXDESC_SIZE>>2];
|
unsigned int value[TXDESC_SIZE >> 2];
|
||||||
};
|
};
|
||||||
|
|
||||||
int r8712_xmitframe_complete(struct _adapter *padapter,
|
int r8712_xmitframe_complete(struct _adapter *padapter,
|
||||||
|
|
Loading…
Reference in New Issue