浏览代码

staging: rtl8821ae: Fix code indent should use tabs where possible

Fix checkpatch.pl issues with code indent should use tabs where possible in base.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Gulsah Kose 11 年之前
父节点
当前提交
67ca1b06ef
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      drivers/staging/rtl8821ae/base.c

+ 4 - 4
drivers/staging/rtl8821ae/base.c

@@ -332,8 +332,8 @@ static void _rtl_init_mac80211(struct ieee80211_hw *hw)
 	/* swlps or hwlps has been set in diff chip in init_sw_vars */
 	/* swlps or hwlps has been set in diff chip in init_sw_vars */
 	if (rtlpriv->psc.b_swctrl_lps)
 	if (rtlpriv->psc.b_swctrl_lps)
 		hw->flags |= IEEE80211_HW_SUPPORTS_PS |
 		hw->flags |= IEEE80211_HW_SUPPORTS_PS |
-	    		IEEE80211_HW_PS_NULLFUNC_STACK |
-	    		/* IEEE80211_HW_SUPPORTS_DYNAMIC_PS | */
+			IEEE80211_HW_PS_NULLFUNC_STACK |
+			/* IEEE80211_HW_SUPPORTS_DYNAMIC_PS | */
 			0;
 			0;
 /*<delete in kernel start>*/
 /*<delete in kernel start>*/
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37))
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37))
@@ -863,7 +863,7 @@ bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx)
 				 ("%s ACT_ADDBAREQ From :%pM\n",
 				 ("%s ACT_ADDBAREQ From :%pM\n",
 				  is_tx ? "Tx" : "Rx", hdr->addr2));
 				  is_tx ? "Tx" : "Rx", hdr->addr2));
 			RT_PRINT_DATA(rtlpriv, COMP_INIT, DBG_DMESG, ("req \n"),
 			RT_PRINT_DATA(rtlpriv, COMP_INIT, DBG_DMESG, ("req \n"),
-		      	skb->data, skb->len);
+			skb->data, skb->len);
 			if (!is_tx) {
 			if (!is_tx) {
 				struct ieee80211_sta *sta = NULL;
 				struct ieee80211_sta *sta = NULL;
 				struct rtl_sta_info *sta_entry = NULL;
 				struct rtl_sta_info *sta_entry = NULL;
@@ -1861,7 +1861,7 @@ int rtl_core_module_init(void)
 void rtl_core_module_exit(void)
 void rtl_core_module_exit(void)
 {
 {
 	/*RC*/
 	/*RC*/
-   	rtl_rate_control_unregister();
+	rtl_rate_control_unregister();
 
 
 	/* add proc for debug */
 	/* add proc for debug */
 	rtl_proc_remove_topdir();
 	rtl_proc_remove_topdir();