diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-02-18 17:36:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-19 13:20:35 +0100 |
commit | e4246b05507fc6102008bac0aee848f207bd96de (patch) | |
tree | 6401e8848f2ce506db3060c3b652ef148206ea1c /include/linux/component.h | |
parent | 1ea61b68d0f8685775c897c2de040c73b8d1c56a (diff) | |
download | linux-next-e4246b05507fc6102008bac0aee848f207bd96de.tar.gz |
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.h | 2 |
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 |