usb: host: Mundane spello fix in the file sl811_cs.c
s/seting/setting/ Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210316045243.3500228-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a55235820d
commit
a1aea351d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue