summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-09-08 15:05:25 +0000
committerpfg <pfg@FreeBSD.org>2016-09-08 15:05:25 +0000
commit9d0db672c26bc85b783571e241aa1c5c22e3ada6 (patch)
treee4db690e062e45ce8c000f79156a9277ddf7a087 /sys/sparc64/pci
parentfe0598a8c44d54e62b481be305baf0afc1789762 (diff)
downloadFreeBSD-src-9d0db672c26bc85b783571e241aa1c5c22e3ada6.zip
FreeBSD-src-9d0db672c26bc85b783571e241aa1c5c22e3ada6.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/pci')
-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 e06ad50..26925b8 100644
--- a/sys/sparc64/pci/fire.c
+++ b/sys/sparc64/pci/fire.c
@@ -740,11 +740,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