#include "mlme_osdep.h"
 
 /*
-Caller and the r8712_cmd_thread can protect cmd_q by spin_lock.
-No irqsave is necessary.
-*/
+ * Caller and the r8712_cmd_thread can protect cmd_q by spin_lock.
+ * No irqsave is necessary.
+ */
 
 static sint _init_cmd_priv(struct cmd_priv *pcmdpriv)
 {
 }
 
 /*
-Calling Context:
-
-_enqueue_cmd can only be called between kernel thread,
-since only spin_lock is used.
-
-ISR/Call-Back functions can't call this sub-function.
-
-*/
+ * Calling Context:
+ *
+ * _enqueue_cmd can only be called between kernel thread,
+ * since only spin_lock is used.
+ *
+ * ISR/Call-Back functions can't call this sub-function.
+ *
+ */
 
 static sint _enqueue_cmd(struct  __queue *queue, struct cmd_obj *obj)
 {
 }
 
 /*
-r8712_sitesurvey_cmd(~)
-       ### NOTE:#### (!!!!)
-       MUST TAKE CARE THAT BEFORE CALLING THIS FUNC,
-        YOU SHOULD HAVE LOCKED pmlmepriv->lock
-*/
+ *     r8712_sitesurvey_cmd(~)
+ *             ### NOTE:#### (!!!!)
+ *             MUST TAKE CARE THAT BEFORE CALLING THIS FUNC,
+ *             YOU SHOULD HAVE LOCKED pmlmepriv->lock
+ */
 u8 r8712_sitesurvey_cmd(struct _adapter *padapter,
                        struct ndis_802_11_ssid *pssid)
 {
                memcpy(&psecuritypriv->authenticator_ie[1],
                        &psecnetwork->IEs[12], (256 - 1));
        psecnetwork->IELength = 0;
-       /* If the driver wants to use the bssid to create the connection.
-        * If not,  we copy the connecting AP's MAC address to it so that
+       /*
+        * If the driver wants to use the bssid to create the connection.
+        * If not, we copy the connecting AP's MAC address to it so that
         * the driver just has the bssid information for PMKIDList searching.
         */
        if (!pmlmepriv->assoc_by_bssid)
                }
        }
        if (pregistrypriv->ht_enable) {
-               /* For WEP mode, we will use the bg mode to do the connection
+               /*
+                * For WEP mode, we will use the bg mode to do the connection
                 * to avoid some IOT issues, especially for Realtek 8192u
                 * SoftAP.
                 */
                        (r8712_get_wlan_bssid_ex_sz(pnetwork)));
                if (pmlmepriv->fw_state & _FW_UNDER_LINKING)
                        pmlmepriv->fw_state ^= _FW_UNDER_LINKING;
-               /* we will set _FW_LINKED when there is one more sat to
-                * join us (stassoc_event_callback) */
+               /*
+                * we will set _FW_LINKED when there is one more sat to
+                * join us (stassoc_event_callback)
+                */
        }
 createbss_cmd_fail:
        spin_unlock_irqrestore(&pmlmepriv->lock, irqL);