Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588260 > unrolled thread

[PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix

Started byDerek Robson <robsonde@gmail.com>
First post2017-02-26 03:40 +0100
Last post2017-02-26 03:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100

#1588260 — [PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix

FromDerek Robson <robsonde@gmail.com>
Date2017-02-26 03:40 +0100
Subject[PATCH 9/9] Staging: rtl8712: wlan_bssdef.h - style fix
Message-ID<teWUF-6v-11@gated-at.bofh.it>
Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 drivers/staging/rtl8712/wlan_bssdef.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h
index c0654ae4d70d..9dc9ce5a2ccc 100644
--- a/drivers/staging/rtl8712/wlan_bssdef.h
+++ b/drivers/staging/rtl8712/wlan_bssdef.h
@@ -53,9 +53,9 @@ struct NDIS_802_11_CONFIGURATION_FH {
 };
 
 /*
-	FW will only save the channel number in DSConfig.
-	ODI Handler will convert the channel number to freq. number.
-*/
+ * FW will only save the channel number in DSConfig.
+ * ODI Handler will convert the channel number to freq. number.
+ */
 struct NDIS_802_11_CONFIGURATION {
 	u32 Length;             /* Length of structure */
 	u32 BeaconPeriod;       /* units are Kusec */
-- 
2.11.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web