aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorSelvakumar Elangovan <selvakumar16197@gmail.com>2021-03-09 19:55:47 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-12 17:28:40 +0100
commitf6a4ac8fd29caf51154222caec62287050e22c68 (patch)
tree87bd09285456ca0ebc3e63344af099bafafef007 /drivers/staging/rtl8712
parentstaging: rtl8723bs: put quoted string in a single line (diff)
downloadlinux-dev-f6a4ac8fd29caf51154222caec62287050e22c68.tar.xz
linux-dev-f6a4ac8fd29caf51154222caec62287050e22c68.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl8712_xmit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_xmit.h b/drivers/staging/rtl8712/rtl8712_xmit.h
index 0b56bd3ac4d0..74cd577f5a6b 100644
--- a/drivers/staging/rtl8712/rtl8712_xmit.h
+++ b/drivers/staging/rtl8712/rtl8712_xmit.h
@@ -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,