$OpenBSD: patch-src_devices_dev_lca_cc,v 1.1 2018/04/07 10:55:54 espie Exp $

Index: src/devices/dev_lca.cc
--- src/devices/dev_lca.cc.orig
+++ src/devices/dev_lca.cc
@@ -221,7 +221,7 @@ DEVICE_ACCESS(lca_ioc)
 			/*  TODO: Actually implement this.  */
 			if (idata & ~IOC_TB_ENA_TEN) {
 				fatal("TODO: LCA_IOC_TB_ENA value "
-				    " (0x%"PRIx64") has unimplemented "
+				    " (0x%" PRIx64") has unimplemented "
 				    "bits.\n", (uint64_t)idata);
 				exit(1);
 			}
@@ -236,7 +236,7 @@ DEVICE_ACCESS(lca_ioc)
 			/*  TODO: Actually implement this.  */
 			if (idata != 0ULL && idata != 0x300800000ULL) {
 				fatal("TODO: LCA_IOC_W_BASE0 value differs"
-				    " (0x%"PRIx64") from the only implemented"
+				    " (0x%" PRIx64") from the only implemented"
 				    " values\n", (uint64_t)idata);
 				exit(1);
 			}
@@ -251,7 +251,7 @@ DEVICE_ACCESS(lca_ioc)
 			/*  TODO: Actually implement this.  */
 			if (idata != 0x700000ULL) {
 				fatal("TODO: LCA_IOC_W_MASK0 value differs"
-				    " (0x%"PRIx64") from the only implemented"
+				    " (0x%" PRIx64") from the only implemented"
 				    " value\n", (uint64_t)idata);
 				exit(1);
 			}
@@ -275,7 +275,7 @@ DEVICE_ACCESS(lca_ioc)
 			/*  TODO: Actually implement this.  */
 			if (idata != 0x240000000ULL) {
 				fatal("TODO: LCA_IOC_W_BASE1 value differs"
-				    " (0x%"PRIx64") from the only implemented"
+				    " (0x%" PRIx64") from the only implemented"
 				    " value\n", (uint64_t)idata);
 				exit(1);
 			}
@@ -290,7 +290,7 @@ DEVICE_ACCESS(lca_ioc)
 			/*  TODO: Actually implement this.  */
 			if (idata != 0x3ff00000ULL) {
 				fatal("TODO: LCA_IOC_W_MASK1 value differs"
-				    " (0x%"PRIx64") from the only implemented"
+				    " (0x%" PRIx64") from the only implemented"
 				    " value\n", (uint64_t)idata);
 				exit(1);
 			}
