summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_mcx.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-06-12 11:41:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-06-12 11:41:49 +0000
commit82ef0479a1ed0403b3a4e5b6da69b6fd1435ee67 (patch)
treecd794620b7e2ba8e430c547c36b9e09591c2d75f /sys/dev/pci/if_mcx.c
parente017df865e9567a26f2c803fda637d1f9c92a554 (diff)
correct typo, this did not compile..
Diffstat (limited to 'sys/dev/pci/if_mcx.c')
-rw-r--r--sys/dev/pci/if_mcx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c
index dd24865f5bb..55937f094fe 100644
--- a/sys/dev/pci/if_mcx.c
+++ b/sys/dev/pci/if_mcx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mcx.c,v 1.51 2020/06/12 05:28:10 dlg Exp $ */
+/* $OpenBSD: if_mcx.c,v 1.52 2020/06/12 11:41:48 deraadt Exp $ */
/*
* Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
@@ -5451,7 +5451,7 @@ mcx_dump_counters(struct mcx_softc *sc)
if (mcx_cmdq_mboxes_alloc(sc, &mxm, 1,
&cqe->cq_output_ptr, token) != 0) {
printf(", unable to allocate "
- query nic vport counters mailboxen\n");
+ "query nic vport counters mailboxen\n");
return (-1);
}
cqe->cq_input_ptr = cqe->cq_output_ptr;