Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2023 18:51:47 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 89cd5d084e3f - main - usb: Trim another MIPS reference.
Message-ID:  <202303011851.321IplPS030654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=89cd5d084e3fc6a0a385eb74d29a18d5da045f16

commit 89cd5d084e3fc6a0a385eb74d29a18d5da045f16
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-03-01 18:51:27 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-03-01 18:51:27 +0000

    usb: Trim another MIPS reference.
    
    Fix a nearby whitespace nit while here.
---
 sys/dev/usb/usb_freebsd.h | 4 ++--
 1 file 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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303011851.321IplPS030654>