diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2017-08-25 12:17:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2017-08-25 12:17:28 +0000 |
commit | f34dd2fa3932fed379c441a21ed84144196164b8 (patch) | |
tree | 696cc1925817f1a012d529805ce56a8998550c88 /sys/dev/ic/ar5xxx.h | |
parent | 3c7c43ee0a661ee0fb70209f2826247c92e4ca43 (diff) |
unbreak tree: move comment out of #define. sorry
Diffstat (limited to 'sys/dev/ic/ar5xxx.h')
-rw-r--r-- | sys/dev/ic/ar5xxx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index 567be054153..916375f7c7d 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.59 2017/08/25 10:04:36 tb Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.60 2017/08/25 12:17:27 tb Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -1214,8 +1214,8 @@ struct ar5k_srev_name { { "5413", AR5K_VERSION_DEV, AR5K_DEVID_AR5413 }, \ { "5424", AR5K_VERSION_DEV, AR5K_DEVID_AR5424 }, \ { "xxxx", AR5K_VERSION_DEV, AR5K_SREV_UNKNOWN } \ - /* XXX: ar5k_printver() needs AR5K_SREV_UNKNOWN in the last member. */ } + /* XXX: ar5k_printver() needs AR5K_SREV_UNKNOWN in the last member. */ #define AR5K_SREV_UNKNOWN 0xffff |