aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/component.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-18 17:36:48 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-19 13:20:35 +0100
commite4246b05507fc6102008bac0aee848f207bd96de (patch)
tree6401e8848f2ce506db3060c3b652ef148206ea1c /include/linux/component.h
parentasync: Add cmdline option to specify drivers to be async probed (diff)
downloadwireguard-linux-e4246b05507fc6102008bac0aee848f207bd96de.tar.xz
wireguard-linux-e4246b05507fc6102008bac0aee848f207bd96de.zip
drivers/component: kerneldoc polish
Polish the kerneldoc a bit with suggestions from Randy. v2: Randy found another typo: s/compent/component/ Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Ramalingam C <ramalingam.c@intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/component.h')
-rw-r--r--include/linux/component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/component.h b/include/linux/component.h
index 30bcc7e590eb..16de18f473d7 100644
--- a/include/linux/component.h
+++ b/include/linux/component.h
@@ -98,7 +98,7 @@ void component_match_add_typed(struct device *master,
int (*compare_typed)(struct device *, int, void *), void *compare_data);
/**
- * component_match_add - add a compent match
+ * component_match_add - add a component match entry
* @master: device with the aggregate driver
* @matchptr: pointer to the list of component matches
* @compare: compare function to match against all components