Date: Thu, 12 Aug 2010 06:12:39 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211209 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201008120612.o7C6CdJO093470@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Aug 12 06:12:39 2010 New Revision: 211209 URL: http://svn.freebsd.org/changeset/base/211209 Log: Fix indentation. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Thu Aug 12 06:11:44 2010 (r211208) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Thu Aug 12 06:12:39 2010 (r211209) @@ -225,7 +225,7 @@ ar5416InitCal(struct ath_hal *ah, const /* * 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__);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008120612.o7C6CdJO093470>