* [PATCH] drivers/greybus/greybus_trace.h: Fix typo 'registerd' -> 'registered'
@ 2025-07-27 2:31 Ignacio Peña
0 siblings, 0 replies; only message in thread
From: Ignacio Peña @ 2025-07-27 2:31 UTC (permalink / raw)
To: linux-kernel; +Cc: Ignacio Pena
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
drivers/greybus/greybus_trace.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/greybus/greybus_trace.h b/drivers/greybus/greybus_trace.h
index 616a3bd61..d5263cbd7 100644
--- a/drivers/greybus/greybus_trace.h
+++ b/drivers/greybus/greybus_trace.h
@@ -339,12 +339,12 @@ DEFINE_INTERFACE_EVENT(gb_interface_create);
DEFINE_INTERFACE_EVENT(gb_interface_release);
/*
- * Occurs after an interface been registerd.
+ * Occurs after an interface been registered.
*/
DEFINE_INTERFACE_EVENT(gb_interface_add);
/*
- * Occurs when a registered interface gets deregisterd.
+ * Occurs when a registered interface gets deregistered.
*/
DEFINE_INTERFACE_EVENT(gb_interface_del);
--
2.50.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-27 2:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27 2:31 [PATCH] drivers/greybus/greybus_trace.h: Fix typo 'registerd' -> 'registered' Ignacio Peña
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.