public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] driver core: auxiliary bus: Spelling s/pecific/specific/
@ 2024-10-30 10:10 Geert Uytterhoeven
  2024-10-30 11:38 ` Leon Romanovsky
  2024-10-30 14:51 ` Ira Weiny
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-10-30 10:10 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Dave Ertman, Ira Weiny, Rafael J . Wysocki,
	Dan Williams, Leon Romanovsky, Shiraz Saleem, Kiran Patil,
	Martin Habets
  Cc: linux-kernel, Geert Uytterhoeven

Fix a misspelling of the word "specific".

Fixes: 7de3697e9cbd4bd3 ("Add auxiliary bus support")
Fixes: e1b5186810cc7d4e ("Documentation/auxiliary_bus: Move the text into the code")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
The documentation was moved and reformatted, so I used two Fixes tags.
---
 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 69b7c93613d6dc00..afa4df4c5a3f371b 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-30 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 10:10 [PATCH] driver core: auxiliary bus: Spelling s/pecific/specific/ Geert Uytterhoeven
2024-10-30 11:38 ` Leon Romanovsky
2024-10-30 14:51 ` Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox