Commit 7b2b5d27 authored by Selvakumar Elangovan's avatar Selvakumar Elangovan Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: fixed whitespace coding style issue

parent f6a4ac8f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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];