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:
Selvakumar Elangovan 2021-03-09 19:55:47 +05:30 committed by Greg Kroah-Hartman
parent ce8d69deea
commit f6a4ac8fd2
1 changed files with 1 additions and 1 deletions

View File

@ -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,