diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-10-30 11:10:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-04 01:58:10 +0100 |
commit | 81089c897a1243ac7bd56c231ce95fe95e555ada (patch) | |
tree | 5854212e41937506be3f6a98b42c6c63fa4ef4ba /drivers/base | |
parent | 9bd133f05b1dca5ca4399a76d04d0f6f4d454e44 (diff) | |
download | lwn-81089c897a1243ac7bd56c231ce95fe95e555ada.tar.gz lwn-81089c897a1243ac7bd56c231ce95fe95e555ada.zip |
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>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/auxiliary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/auxiliary.c b/drivers/base/auxiliary.c index 69b7c93613d6..afa4df4c5a3f 100644 --- a/drivers/base/auxiliary.c +++ b/drivers/base/auxiliary.c @@ -92,7 +92,7 @@ * Auxiliary devices are created and registered by a subsystem-level core * device that needs to break up its functionality into smaller fragments. One * way to extend the scope of an auxiliary_device is to encapsulate it within a - * domain- pecific structure defined by the parent device. This structure + * domain-specific structure defined by the parent device. This structure * contains the auxiliary_device and any associated shared data/callbacks * needed to establish the connection with the parent. * |