Date: Wed, 11 Feb 2009 22:18:03 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188500 - head/sys/dev/ath/ath_hal Message-ID: <200902112218.n1BMI4oH037531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Wed Feb 11 22:18:03 2009 New Revision: 188500 URL: http://svn.freebsd.org/changeset/base/188500 Log: fix typo in AH_CHIP definition Submitted by: Pavel Roskin <proski@gnu.org> Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah_internal.h Wed Feb 11 22:15:37 2009 (r188499) +++ head/sys/dev/ath/ath_hal/ah_internal.h Wed Feb 11 22:18:03 2009 (r188500) @@ -84,7 +84,7 @@ static struct ath_hal_chip name##_chip = .probe = _probe, \ .attach = _attach \ }; \ -OS_DATA_SET(ah_chips, name##_chip) +OS_DATA_SET(ah_chips, _name##_chip) #endif /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902112218.n1BMI4oH037531>