Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

driver core: component: fix spellos

Correct spelling mistakes reported by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: dri-devel@lists.freedesktop.org
Link: https://lore.kernel.org/r/20240107055750.22441-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
f297a384 3a480d4b

+2 -2
+2 -2
drivers/base/component.c
··· 751 751 * component_bind_all(). See also &struct component_ops. 752 752 * 753 753 * @subcomponent must be nonzero and is used to differentiate between multiple 754 - * components registerd on the same device @dev. These components are match 754 + * components registered on the same device @dev. These components are match 755 755 * using component_match_add_typed(). 756 756 * 757 757 * The component needs to be unregistered at driver unload/disconnect by ··· 781 781 * The component needs to be unregistered at driver unload/disconnect by 782 782 * calling component_del(). 783 783 * 784 - * See also component_add_typed() for a variant that allows multipled different 784 + * See also component_add_typed() for a variant that allows multiple different 785 785 * components on the same device. 786 786 */ 787 787 int component_add(struct device *dev, const struct component_ops *ops)