svn commit: r188504 - head/sys/dev/ath/ath_hal

Sam Leffler sam at FreeBSD.org
Wed Feb 11 14:34:23 PST 2009


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				\


More information about the svn-src-head mailing list