Date: Wed, 11 Feb 2009 22:34:22 +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: r188504 - head/sys/dev/ath/ath_hal Message-ID: <200902112234.n1BMYMwJ038075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Wed Feb 11 22:34:22 2009 New Revision: 188504 URL: http://svn.freebsd.org/changeset/base/188504 Log: fix both instances of name Pointy hat: sam 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:29:09 2009 (r188503) +++ head/sys/dev/ath/ath_hal/ah_internal.h Wed Feb 11 22:34:22 2009 (r188504) @@ -79,7 +79,7 @@ struct ath_hal_chip { }; #ifndef AH_CHIP #define AH_CHIP(_name, _probe, _attach) \ -static struct ath_hal_chip name##_chip = { \ +static struct ath_hal_chip _name##_chip = { \ .name = #_name, \ .probe = _probe, \ .attach = _attach \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902112234.n1BMYMwJ038075>