From: Bhaskar Chowdhury Date: Sat, 20 Mar 2021 20:12:40 +0000 (+0530) Subject: driver core: Trivial typo fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5dd5f9347a927c169205f7385e5cf4e18c41e21a;p=linux.git driver core: Trivial typo fix s/subsytem/subsystem/ Acked-by: Randy Dunlap Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210320201240.23745-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/device.h b/include/linux/device.h index ba660731bd258..a8ce0dc3b758c 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -49,7 +49,7 @@ struct dev_iommu; /** * struct subsys_interface - interfaces to device functions * @name: name of the device function - * @subsys: subsytem of the devices to attach to + * @subsys: subsystem of the devices to attach to * @node: the list of functions registered at the subsystem * @add_dev: device hookup to device function handler * @remove_dev: device hookup to device function handler