]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r303891, r303892:
authorpfg <pfg@FreeBSD.org>
Thu, 8 Sep 2016 15:06:28 +0000 (15:06 +0000)
committerpfg <pfg@FreeBSD.org>
Thu, 8 Sep 2016 15:06:28 +0000 (15:06 +0000)
commit1061080342f93763ed70aed2cee2f26549de6a07
treed2ec7f4dd1958574edfd66c5210d35a6e9dc903c
parent9a130354217f4874d33544ecc0352d6d72fc2fe8
MFC r303891, r303892:
sys: replace comma with semicolon when pertinent.

Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statement separator but this shouldn't be abused when
statements are meant to be standalone.
12 files changed:
sys/arm/xscale/ixp425/avila_ata.c
sys/boot/i386/zfsboot/zfsboot.c
sys/cam/scsi/scsi_all.c
sys/dev/aic7xxx/aic7xxx_osm.c
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
sys/dev/bxe/bxe.c
sys/dev/etherswitch/ip17x/ip17x.c
sys/dev/usb/controller/ehci_ixp4xx.c
sys/net80211/ieee80211_crypto_wep.c
sys/sparc64/pci/fire.c
sys/x86/cpufreq/powernow.c