staging: rtl8712: fixed whitespace coding style issue

Removed additional whitespaces in the rtl8712_xmit.h file.

Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com>
Link: https://lore.kernel.org/r/20210309150037.17883-1-selvakumar16197@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Selvakumar Elangovan 2021-03-09 20:30:37 +05:30 committed by Greg Kroah-Hartman
parent f6a4ac8fd2
commit 7b2b5d27cb

View file

@ -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];