dm: typo prbing
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 8 Jun 2024 04:12:44 +0000 (06:12 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jun 2024 15:31:49 +0000 (09:31 -0600)
%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>
drivers/core/Kconfig

index 1081d61..754649f 100644 (file)
@@ -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.