staging: rtl8712: fixed whitespace coding style issue
authorSelvakumar Elangovan <selvakumar16197@gmail.com>
Tue, 9 Mar 2021 15:00:37 +0000 (20:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Mar 2021 16:31:01 +0000 (17:31 +0100)
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>
drivers/staging/rtl8712/rtl8712_xmit.h

index 74cd577..5cd651a 100644 (file)
 #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];