summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-09-08 15:06:28 +0000
committerpfg <pfg@FreeBSD.org>2016-09-08 15:06:28 +0000
commit1061080342f93763ed70aed2cee2f26549de6a07 (patch)
treed2ec7f4dd1958574edfd66c5210d35a6e9dc903c /sys/sparc64
parent9a130354217f4874d33544ecc0352d6d72fc2fe8 (diff)
downloadFreeBSD-src-1061080342f93763ed70aed2cee2f26549de6a07.zip
FreeBSD-src-1061080342f93763ed70aed2cee2f26549de6a07.tar.gz
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.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/pci/fire.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/pci/fire.c b/sys/sparc64/pci/fire.c
index be0c64b..7f3b444d 100644
--- a/sys/sparc64/pci/fire.c
+++ b/sys/sparc64/pci/fire.c
@@ -741,11 +741,11 @@ fire_attach(device_t dev)
"DLU/TLU correctable errors");
FIRE_SYSCTL_ADD_UINT("tlu_oe_non_fatal",
&sc->sc_stats_tlu_oe_non_fatal,
- "DLU/TLU other event non-fatal errors summary"),
+ "DLU/TLU other event non-fatal errors summary");
FIRE_SYSCTL_ADD_UINT("tlu_oe_rx_err", &sc->sc_stats_tlu_oe_rx_err,
- "DLU/TLU receive other event errors"),
+ "DLU/TLU receive other event errors");
FIRE_SYSCTL_ADD_UINT("tlu_oe_tx_err", &sc->sc_stats_tlu_oe_tx_err,
- "DLU/TLU transmit other event errors"),
+ "DLU/TLU transmit other event errors");
FIRE_SYSCTL_ADD_UINT("ubc_dmardue", &sc->sc_stats_ubc_dmardue,
"UBC DMARDUE erros");
OpenPOWER on IntegriCloud