瀏覽代碼

iwlegacy: Convert /n to \n

Use a newline character appropriately.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Joe Perches 11 年之前
父節點
當前提交
45eeeaf6cb
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/net/wireless/iwlegacy/3945.c
  2. 1 1
      drivers/net/wireless/iwlegacy/4965-mac.c

+ 1 - 1
drivers/net/wireless/iwlegacy/3945.c

@@ -573,7 +573,7 @@ il3945_hdl_rx(struct il_priv *il, struct il_rx_buf *rxb)
 		rx_status.flag |= RX_FLAG_SHORTPRE;
 
 	if ((unlikely(rx_stats->phy_count > 20))) {
-		D_DROP("dsp size out of range [0,20]: %d/n",
+		D_DROP("dsp size out of range [0,20]: %d\n",
 		       rx_stats->phy_count);
 		return;
 	}

+ 1 - 1
drivers/net/wireless/iwlegacy/4965-mac.c

@@ -670,7 +670,7 @@ il4965_hdl_rx(struct il_priv *il, struct il_rx_buf *rxb)
 	}
 
 	if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
-		D_DROP("dsp size out of range [0,20]: %d/n",
+		D_DROP("dsp size out of range [0,20]: %d\n",
 		       phy_res->cfg_phy_cnt);
 		return;
 	}