aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-03-01 18:51:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-03-01 18:51:27 +0000
commit89cd5d084e3fc6a0a385eb74d29a18d5da045f16 (patch)
tree906695dbe3e71caa5ab868328071a9f64042b63f
parent6c7bc93da699054bb8ead58fdc226e084d929515 (diff)
downloadsrc-89cd5d084e3fc6a0a385eb74d29a18d5da045f16.tar.gz
src-89cd5d084e3fc6a0a385eb74d29a18d5da045f16.zip
usb: Trim another MIPS reference.
Fix a nearby whitespace nit while here.
-rw-r--r--sys/dev/usb/usb_freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h
index f01dc33211d5..977bb4abe029 100644
--- a/sys/dev/usb/usb_freebsd.h
+++ b/sys/dev/usb/usb_freebsd.h
@@ -65,9 +65,9 @@
/* Use default value. */
#undef USB_HOST_ALIGN
#if defined(__arm__) || defined(__powerpc__)
-#define USB_HOST_ALIGN 32 /* Arm and MIPS need at least this much, if not more */
+#define USB_HOST_ALIGN 32 /* Arm and PowerPC need at least this much, if not more */
#else
-#define USB_HOST_ALIGN 8 /* bytes, must be power of two */
+#define USB_HOST_ALIGN 8 /* bytes, must be power of two */
#endif
#endif
/* Sanity check for USB_HOST_ALIGN: Verify power of two. */