[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241023082038.2921436-1-sui.jingfeng@linux.dev>
Date: Wed, 23 Oct 2024 16:20:38 +0800
From: Sui Jingfeng <sui.jingfeng@...ux.dev>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dave Ertman <david.m.ertman@...el.com>,
Ira Weiny <ira.weiny@...el.com>,
"Rafael J . Wysocki" <rafael@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Sui Jingfeng <sui.jingfeng@...ux.dev>
Subject: [PATCH] auxbus: fix a typo
Replace the "domain- pecific" with "domain-specific", since its a typo.
Signed-off-by: Sui Jingfeng <sui.jingfeng@...ux.dev>
---
drivers/base/auxiliary.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/auxiliary.c b/drivers/base/auxiliary.c
index 7823888af4f6..c16d3b4c1513 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.
*
--
2.34.1
Powered by blists - more mailing lists