2021-03-09 14:18:58

by Selvakumar Elangovan

[permalink] [raw]
Subject: [PATCH v2] rtl8712: fixed whitespace coding style issue

Removed additional whitespaces in the rtl8712_xmit.h file.

Signed-off-by: Selvakumar Elangovan <[email protected]>
---
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


2021-03-09 14:45:18

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2] rtl8712: fixed whitespace coding style issue

On Tue, Mar 09, 2021 at 07:47:21PM +0530, Selvakumar Elangovan wrote:
> Removed additional whitespaces in the rtl8712_xmit.h file.
>
> Signed-off-by: Selvakumar Elangovan <[email protected]>
> ---
> drivers/staging/rtl8712/rtl8712_xmit.h | 3 ---
> 1 file changed, 3 deletions(-)

What changed from v1? Always put that below the --- line.

v3?

thanks,

greg k-h