Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8712: rtl871x_mlme.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>

authored by

Derek Robson and committed by
Greg Kroah-Hartman
875f3a6b a81ad0da

+8 -8
+8 -8
drivers/staging/rtl8712/rtl871x_mlme.h
··· 68 68 #define _FW_UNDER_SURVEY WIFI_SITE_MONITOR 69 69 70 70 /* 71 - there are several "locks" in mlme_priv, 72 - since mlme_priv is a shared resource between many threads, 73 - like ISR/Call-Back functions, the OID handlers, and even timer functions. 74 - Each _queue has its own locks, already. 75 - Other items are protected by mlme_priv.lock. 76 - To avoid possible dead lock, any thread trying to modify mlme_priv 77 - SHALL not lock up more than one lock at a time! 78 - */ 71 + * there are several "locks" in mlme_priv, 72 + * since mlme_priv is a shared resource between many threads, 73 + * like ISR/Call-Back functions, the OID handlers, and even timer functions. 74 + * Each _queue has its own locks, already. 75 + * Other items are protected by mlme_priv.lock. 76 + * To avoid possible dead lock, any thread trying to modify mlme_priv 77 + * SHALL not lock up more than one lock at a time! 78 + */ 79 79 80 80 #define traffic_threshold 10 81 81 #define traffic_scan_period 500