lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240902143202.6789-1-bajing@cmss.chinamobile.com>
Date: Mon,  2 Sep 2024 22:32:02 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: linux-kernel@...r.kernel.org
Cc: bajing@...s.chinamobile.com
Subject: [PATCH] testusb: Fix the cacography in testusb.c

The word 'configuratiens' is wrong, so fix it.

Signed-off-by: Ba Jing <bajing@...s.chinamobile.com>
---
 tools/usb/testusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/usb/testusb.c b/tools/usb/testusb.c
index cbaa1b9fdeac..1cc86da27a90 100644
--- a/tools/usb/testusb.c
+++ b/tools/usb/testusb.c
@@ -226,7 +226,7 @@ static int testdev_ifnum(FILE *fd)
 
 	/* the FunctionFS gadget can have the source/sink interface
 	 * anywhere.  We look for an interface descriptor that match
-	 * what we expect.  We ignore configuratiens thou. */
+	 * what we expect.  We ignore configurations thou. */
 
 	if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4ac
 	 && (dev.bDeviceClass == USB_CLASS_PER_INTERFACE
-- 
2.33.0




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ