aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-21 01:42:40 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-23 10:47:32 +0100
commit5dd5f9347a927c169205f7385e5cf4e18c41e21a (patch)
treee2a18e5ce9aac37e28a72320c881d41f153414af /include/linux/device.h
parentLinux 5.12-rc4 (diff)
downloadlinux-dev-5dd5f9347a927c169205f7385e5cf4e18c41e21a.tar.xz
linux-dev-5dd5f9347a927c169205f7385e5cf4e18c41e21a.zip
driver core: Trivial typo fix
s/subsytem/subsystem/ Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210320201240.23745-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index ba660731bd25..a8ce0dc3b758 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