]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r303891, r303892:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2016 15:06:28 +0000 (15:06 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2016 15:06:28 +0000 (15:06 +0000)
commitdd210b7ff790f3782ae87fb7d7212676b64230a6
treed2ec7f4dd1958574edfd66c5210d35a6e9dc903c
parentb18f78024f672fe9e77683904d675f86f112242a
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@305615 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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