[PATCH v3] staging: rtl8712: fixed whitespace coding style issue

From: Selvakumar Elangovan
Date: Tue Mar 09 2021 - 10:01:46 EST


Removed additional whitespaces in the rtl8712_xmit.h file.

Signed-off-by: Selvakumar Elangovan <selvakumar16197@xxxxxxxxx>
---
Changes in v3:
- Done one logical changes instead of two different changes in the same
patch.

drivers/staging/rtl8712/rtl8712_xmit.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl8712_xmit.h b/drivers/staging/rtl8712/rtl8712_xmit.h
index 0b56bd3ac4d0..e4c0a4bf8388 100644
--- a/drivers/staging/rtl8712/rtl8712_xmit.h
+++ b/drivers/staging/rtl8712/rtl8712_xmit.h
@@ -36,10 +36,8 @@
#define MAX_AMSDU_XMITBUF_SZ 8704
#define MAX_TXAGG_XMITBUF_SZ 16384 /*16k*/

-
#define tx_cmd tx_desc

-
/*
*defined for TX DESC Operation
*/
@@ -89,7 +87,6 @@ struct tx_desc {
__le32 txdw7;
};

-
union txdesc {
struct tx_desc txdesc;
unsigned int value[TXDESC_SIZE>>2];
--
2.17.1