staging: rtl8712: fixed no space coding style issue
authorSelvakumar Elangovan <selvakumar16197@gmail.com>
Tue, 9 Mar 2021 14:25:47 +0000 (19:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Mar 2021 16:28:40 +0000 (17:28 +0100)
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>
drivers/staging/rtl8712/rtl8712_xmit.h

index 0b56bd3..74cd577 100644 (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,