From 245f553a78c1fd920ec6ea1c83c608448b5dfe49 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 12 Aug 2010 06:12:39 +0000 Subject: [PATCH] Fix indentation. --- sys/dev/ath/ath_hal/ar5416/ar5416_cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c index 30daa1d73070..a770802ec043 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c @@ -225,7 +225,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan) /* * Try to make sure the above NF cal completes, just so * it doesn't clash with subsequent percals -adrian - */ + */ if (! ar5212WaitNFCalComplete(ah, 10000)) { HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did " "not complete in time; noisy environment?\n", __func__);