Commit 875f3a6b authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Staging: rtl8712: rtl871x_mlme.h - style fix

Fixed style of block comments
Found using checkpatch
Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a81ad0da
No related merge requests found
...@@ -68,14 +68,14 @@ ...@@ -68,14 +68,14 @@
#define _FW_UNDER_SURVEY WIFI_SITE_MONITOR #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR
/* /*
there are several "locks" in mlme_priv, * there are several "locks" in mlme_priv,
since mlme_priv is a shared resource between many threads, * since mlme_priv is a shared resource between many threads,
like ISR/Call-Back functions, the OID handlers, and even timer functions. * like ISR/Call-Back functions, the OID handlers, and even timer functions.
Each _queue has its own locks, already. * Each _queue has its own locks, already.
Other items are protected by mlme_priv.lock. * Other items are protected by mlme_priv.lock.
To avoid possible dead lock, any thread trying to modify mlme_priv * To avoid possible dead lock, any thread trying to modify mlme_priv
SHALL not lock up more than one lock at a time! * SHALL not lock up more than one lock at a time!
*/ */
#define traffic_threshold 10 #define traffic_threshold 10
#define traffic_scan_period 500 #define traffic_scan_period 500
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment