mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
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:
parent
f6a4ac8fd2
commit
7b2b5d27cb
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user