diff options
author | 2007-02-14 00:53:47 +0000 | |
---|---|---|
committer | 2007-02-14 00:53:47 +0000 | |
commit | 83344e41421b7b24c3a018529e91e580978b87cc (patch) | |
tree | 07d05bf79ea9f82571ca07f6e04bd57f9c612f79 /sys/dev/ic/ar5211.c | |
parent | bus_space does byte swapping to cope with host endianness for us, so remove (diff) | |
download | wireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.tar.xz wireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.zip |
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/dev/ic/ar5211.c')
-rw-r--r-- | sys/dev/ic/ar5211.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5211.c b/sys/dev/ic/ar5211.c index bbbb593270f..34fa1e7fdf5 100644 --- a/sys/dev/ic/ar5211.c +++ b/sys/dev/ic/ar5211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5211.c,v 1.28 2006/09/19 16:42:29 reyk Exp $ */ +/* $OpenBSD: ar5211.c,v 1.29 2007/02/14 00:53:48 jsg Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> @@ -1974,7 +1974,7 @@ ar5k_ar5211_set_power(struct ath_hal *hal, HAL_POWER_MODE mode, switch (mode) { case HAL_PM_AUTO: staid &= ~AR5K_AR5211_STA_ID1_DEFAULT_ANTENNA; - /* fallthrough */ + /* FALLTHROUGH */ case HAL_PM_NETWORK_SLEEP: if (set_chip == AH_TRUE) { AR5K_REG_WRITE(AR5K_AR5211_SCR, |