summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2024-06-08 06:12:44 +0200
committerTom Rini <[email protected]>2024-06-13 09:31:49 -0600
commit53de4841bda27c0068ae4c1684e0cabc271d7951 (patch)
tree2640a9ed80125252d203431f8c0891840eee5938 /drivers
parent6f5c424177de4774b481deed493931f4530d17ae (diff)
dm: typo prbing
%s/prbing/probing/ Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Reviewed-by: Igor Opaniuk <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 1081d61fcf0..754649f091e 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -113,7 +113,7 @@ config DM_EVENT
select EVENT
help
This enables support for generating events related to driver model
- operations, such as prbing or removing a device. Subsystems can
+ operations, such as probing or removing a device. Subsystems can
register a 'spy' function that is called when the event occurs. Such
subsystems must select this option.