treewide: fix typo of "suport" in various comments and Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
d755814808
commit
02582e9bcc
@@ -238,7 +238,7 @@ static int usb_probe_device(struct device *dev)
|
||||
/* TODO: Add real matching code */
|
||||
|
||||
/* The device should always appear to be in use
|
||||
* unless the driver suports autosuspend.
|
||||
* unless the driver supports autosuspend.
|
||||
*/
|
||||
if (!udriver->supports_autosuspend)
|
||||
error = usb_autoresume_device(udev);
|
||||
|
||||
Reference in New Issue
Block a user