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/ar5212.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/ar5212.c')
-rw-r--r-- | sys/dev/ic/ar5212.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5212.c b/sys/dev/ic/ar5212.c index 2aa525dcb0c..5152ba3e220 100644 --- a/sys/dev/ic/ar5212.c +++ b/sys/dev/ic/ar5212.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5212.c,v 1.34 2006/12/14 09:23:24 reyk Exp $ */ +/* $OpenBSD: ar5212.c,v 1.35 2007/02/14 00:53:48 jsg Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> @@ -2306,7 +2306,7 @@ ar5k_ar5212_set_power(struct ath_hal *hal, HAL_POWER_MODE mode, switch (mode) { case HAL_PM_AUTO: staid &= ~AR5K_AR5212_STA_ID1_DEFAULT_ANTENNA; - /* fallthrough */ + /* FALLTHROUGH */ case HAL_PM_NETWORK_SLEEP: if (set_chip == AH_TRUE) { AR5K_REG_WRITE(AR5K_AR5212_SCR, |