From 1427269e8650964713505728eda84bfec1f685e1 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 13 Oct 2024 22:28:39 -0600 Subject: wip --- cmd/sbc_harness/hw/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/sbc_harness/hw/spi.h') diff --git a/cmd/sbc_harness/hw/spi.h b/cmd/sbc_harness/hw/spi.h index 4a160ca..c5a5603 100644 --- a/cmd/sbc_harness/hw/spi.h +++ b/cmd/sbc_harness/hw/spi.h @@ -31,7 +31,7 @@ struct spi; * non-multiple-of-8 number of bits. */ struct spi_vtable { - void (*readwritev)(struct spi *, const struct bidi_iovec *iov, int iovcnt) + void (*readwritev)(struct spi *, const struct bidi_iovec *iov, int iovcnt); }; struct spi { -- cgit v1.2.3-2-g168b