projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d02ec6
)
driver core: Trivial typo fix
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Sat, 20 Mar 2021 20:12:40 +0000
(
01:42
+0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:47:32 +0000
(10:47 +0100)
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>
include/linux/device.h
patch
|
blob
|
history
diff --git
a/include/linux/device.h
b/include/linux/device.h
index ba660731bd258279d8c9b5513a90015b22fad3e0..a8ce0dc3b758c636f1899dd217c4b11ec20ef828 100644
(file)
--- 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: subsy
s
tem 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