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

Configure Feed

Select the types of activity you want to include in your feed.

driver core: auxiliary bus: Spelling s/pecific/specific/

Fix a misspelling of the word "specific".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/f232a09c377cbe11c81b4ab69d4e7bf016e746c8.1730282860.git.geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Geert Uytterhoeven and committed by
Greg Kroah-Hartman
81089c89 9bd133f0

+1 -1
+1 -1
drivers/base/auxiliary.c
··· 92 92 * Auxiliary devices are created and registered by a subsystem-level core 93 93 * device that needs to break up its functionality into smaller fragments. One 94 94 * way to extend the scope of an auxiliary_device is to encapsulate it within a 95 - * domain- pecific structure defined by the parent device. This structure 95 + * domain-specific structure defined by the parent device. This structure 96 96 * contains the auxiliary_device and any associated shared data/callbacks 97 97 * needed to establish the connection with the parent. 98 98 *