diff mbox series

usb: host: Mundane spello fix in the file sl811_cs.c

Message ID 20210316045243.3500228-1-unixbhaskar@gmail.com
State New
Headers show
Series usb: host: Mundane spello fix in the file sl811_cs.c | expand

Commit Message

Bhaskar Chowdhury March 16, 2021, 4:52 a.m. UTC
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(-)

--
2.30.2

Comments

Randy Dunlap March 16, 2021, 5:20 a.m. UTC | #1
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;
> --
diff mbox series

Patch

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;