diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-08 06:12:44 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-13 09:31:49 -0600 |
commit | 53de4841bda27c0068ae4c1684e0cabc271d7951 (patch) | |
tree | 2640a9ed80125252d203431f8c0891840eee5938 | |
parent | 6f5c424177de4774b481deed493931f4530d17ae (diff) |
dm: typo prbing
%s/prbing/probing/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
-rw-r--r-- | drivers/core/Kconfig | 2 |
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. |