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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 Mar 2021 10:22:43 +0530
From:   Bhaskar Chowdhury <unixbhaskar@...il.com>
To:     gregkh@...uxfoundation.org, unixbhaskar@...il.com,
        linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     rdunlap@...radead.org
Subject: [PATCH] usb: host: Mundane spello fix in the file sl811_cs.c


s/seting/setting/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 drivers/usb/host/sl811_cs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/sl811_cs.c b/drivers/usb/host/sl811_cs.c
index 72136373ffab..16d157013018 100644
--- a/drivers/usb/host/sl811_cs.c
+++ b/drivers/usb/host/sl811_cs.c
@@ -94,7 +94,7 @@ static int sl811_hc_init(struct device *parent, resource_size_t base_addr,
 		return -EBUSY;
 	platform_dev.dev.parent = parent;

-	/* finish seting up the platform device */
+	/* finish setting up the platform device */
 	resources[0].start = irq;

 	resources[1].start = base_addr;
--
2.30.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ