]> Pileus Git - ~andy/linux/commitdiff
ath9k: trivial: cosmetic fix in calibration debug log
authorNikolay Martynov <mar.kolya@gmail.com>
Sat, 3 Dec 2011 03:39:14 +0000 (22:39 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Dec 2011 20:19:36 +0000 (15:19 -0500)
  Add missed space and change typo in calibration debugging log.

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9002_calib.c
drivers/net/wireless/ath/ath9k/ar9003_calib.c

index 88279e325dcac0037ba3b6ed6b13a22bf23bc752..157337febc2b6c9bfd0df1ab6baef4eef2b8e684 100644 (file)
@@ -203,7 +203,7 @@ static void ar9002_hw_iqcalibrate(struct ath_hw *ah, u8 numChains)
                        i);
 
                ath_dbg(common, ATH_DBG_CALIBRATE,
-                       "Orignal: Chn %diq_corr_meas = 0x%08x\n",
+                       "Original: Chn %d iq_corr_meas = 0x%08x\n",
                        i, ah->totalIqCorrMeas[i]);
 
                iqCorrNeg = 0;
index ddeba8693fab73d422e6af982d3f328e71b599f8..23b3a6c578009051c333e70f619952bd3130b3bf 100644 (file)
@@ -226,7 +226,7 @@ static void ar9003_hw_iqcalibrate(struct ath_hw *ah, u8 numChains)
                        i);
 
                ath_dbg(common, ATH_DBG_CALIBRATE,
-                       "Orignal: Chn %diq_corr_meas = 0x%08x\n",
+                       "Original: Chn %d iq_corr_meas = 0x%08x\n",
                        i, ah->totalIqCorrMeas[i]);
 
                iqCorrNeg = 0;