[PATCH] staging: rtl8712: fixed no space coding style issue

From: Selvakumar Elangovan
Date: Tue Mar 09 2021 - 09:26:53 EST


Added space around the binary operator for readability in
rtl8712_xmit.h file

Signed-off-by: Selvakumar Elangovan <selvakumar16197@xxxxxxxxx>
---
drivers/staging/rtl8712/rtl8712_xmit.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/rtl8712_xmit.h b/drivers/staging/rtl8712/rtl8712_xmit.h
index e4c0a4bf8388..5cd651a0de75 100644
--- a/drivers/staging/rtl8712/rtl8712_xmit.h
+++ b/drivers/staging/rtl8712/rtl8712_xmit.h
@@ -89,7 +89,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,
--
2.17.1