[PATCH] staging:ks7010:Fix warning about coding style spacing issue around asterisk in ks_wlan_net.c

Nicholas Krause xerofoify at gmail.com
Thu Sep 1 00:20:10 UTC 2016


This fixes warning around a asterisk used in ks_wlan_net.c
for the define statement used for this driver's transmit
queue timeout value as defined by the marco, TX_TIMEOUT.
Signed-off-by: Nicholas Krause <xerofoify at gmail.com>
---
 drivers/staging/ks7010/ks_wlan_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c
index 1e21eb1..6d02b70 100644
--- a/drivers/staging/ks7010/ks_wlan_net.c
+++ b/drivers/staging/ks7010/ks_wlan_net.c
@@ -3455,7 +3455,7 @@ int ks_wlan_close(struct net_device *dev)
 
 /* Operational parameters that usually are not changed. */
 /* Time in jiffies before concluding the transmitter is hung. */
-#define TX_TIMEOUT  (3*HZ)
+#define TX_TIMEOUT  (3 * HZ)
 static const unsigned char dummy_addr[] =
     { 0x00, 0x0b, 0xe3, 0x00, 0x00, 0x00 };
 
-- 
2.7.4



More information about the devel mailing list