diff mbox series

[1/1] dm: typo prbing

Message ID 20240608041244.7325-1-heinrich.schuchardt@canonical.com
State Accepted
Commit 53de4841bda27c0068ae4c1684e0cabc271d7951
Delegated to: Tom Rini
Headers show
Series [1/1] dm: typo prbing | expand

Commit Message

Heinrich Schuchardt June 8, 2024, 4:12 a.m. UTC
%s/prbing/probing/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 drivers/core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz June 10, 2024, 8:33 a.m. UTC | #1
Hi Heinrich,

On 6/8/24 6:12 AM, Heinrich Schuchardt wrote:
> %s/prbing/probing/
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
Igor Opaniuk June 10, 2024, 8:45 a.m. UTC | #2
On Sat, Jun 8, 2024 at 6:13 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> %s/prbing/probing/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
>
> --
> 2.43.0
>

Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Tom Rini June 13, 2024, 3:33 p.m. UTC | #3
On Sat, 08 Jun 2024 06:12:44 +0200, Heinrich Schuchardt wrote:

> %s/prbing/probing/
> 
> 

Applied to u-boot/master, thanks!
diff mbox series

Patch

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.