Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bhaskar Chowdhury and committed by
Greg Kroah-Hartman
a1aea351 a5523582

+1 -1
+1 -1
drivers/usb/host/sl811_cs.c
··· 94 94 return -EBUSY; 95 95 platform_dev.dev.parent = parent; 96 96 97 - /* finish seting up the platform device */ 97 + /* finish setting up the platform device */ 98 98 resources[0].start = irq; 99 99 100 100 resources[1].start = base_addr;