Date: Tue, 23 Apr 2024 05:24:21 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4a393999f312 - stable/14 - usb(4): Remove a double word in a source code comment Message-ID: <202404230524.43N5OLE9015634@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4a393999f3124626161fbc72658e4f19e2a96a38 commit 4a393999f3124626161fbc72658e4f19e2a96a38 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-20 12:10:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-23 05:21:45 +0000 usb(4): Remove a double word in a source code comment - s/of of/of/ (cherry picked from commit 604511f84ae6378db25ae3080e9db2e3bc9e0811) --- sys/dev/usb/usb_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index a4355de237c5..c4fe3b4a6ab6 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -2484,7 +2484,7 @@ usb_devinfo(struct usb_device *udev, char *dst_ptr, uint16_t dst_len) #ifdef USB_VERBOSE /* - * Descriptions of of known vendors and devices ("products"). + * Descriptions of known vendors and devices ("products"). */ struct usb_knowndev { uint16_t vendor;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404230524.43N5OLE9015634>