aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-02-26 15:33:29 +1300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 09:17:03 +0100
commitccbadf70c69b7eb9fd9aaab38cac0296d91fe3e9 (patch)
tree9bdf8cb21202f01254f62dcb221ed09628298474 /drivers/staging/rtl8712
parentStaging: rtl8712: wifi.h - style fix (diff)
downloadlinux-dev-ccbadf70c69b7eb9fd9aaab38cac0296d91fe3e9.tar.xz
linux-dev-ccbadf70c69b7eb9fd9aaab38cac0296d91fe3e9.zip
Staging: rtl8712: wlan_bssdef.h - style fix
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/wlan_bssdef.h6
1 files 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 */