diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-06-08 06:12:44 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-13 09:31:49 -0600 |
| commit | 53de4841bda27c0068ae4c1684e0cabc271d7951 (patch) | |
| tree | 2640a9ed80125252d203431f8c0891840eee5938 /drivers | |
| parent | 6f5c424177de4774b481deed493931f4530d17ae (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/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. |
