linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: host: Mundane spello fix in the file sl811_cs.c
@ 2021-03-16  4:52 Bhaskar Chowdhury
  2021-03-16  5:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-16  4:52 UTC (permalink / raw)
  To: gregkh, unixbhaskar, linux-usb, linux-kernel; +Cc: rdunlap


s/seting/setting/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: host: Mundane spello fix in the file sl811_cs.c
  2021-03-16  4:52 [PATCH] usb: host: Mundane spello fix in the file sl811_cs.c Bhaskar Chowdhury
@ 2021-03-16  5:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-16  5:20 UTC (permalink / raw)
  To: Bhaskar Chowdhury, gregkh, linux-usb, linux-kernel

On 3/15/21 9:52 PM, Bhaskar Chowdhury wrote:
> 
> s/seting/setting/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  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;
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-16  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  4:52 [PATCH] usb: host: Mundane spello fix in the file sl811_cs.c Bhaskar Chowdhury
2021-03-16  5:20 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).