All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] src: fix typo
@ 2011-02-14 21:34 Gustavo F. Padovan
  2011-02-15 14:26 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo F. Padovan @ 2011-02-14 21:34 UTC (permalink / raw)
  To: linux-bluetooth

---
 src/event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/event.c b/src/event.c
index 0659fd1..a415468 100644
--- a/src/event.c
+++ b/src/event.c
@@ -731,7 +731,7 @@ void btd_event_le_set_scan_enable_complete(bdaddr_t *local, uint8_t status)
 	}
 
 	if (status) {
-		error("Can't enabled/disable LE scan");
+		error("Can't enable/disable LE scan");
 		return;
 	}
 
-- 
1.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] src: fix typo
  2011-02-14 21:34 [PATCH] src: fix typo Gustavo F. Padovan
@ 2011-02-15 14:26 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-02-15 14:26 UTC (permalink / raw)
  To: Gustavo F. Padovan; +Cc: linux-bluetooth

Hi Gustavo,

On Mon, Feb 14, 2011, Gustavo F. Padovan wrote:
> ---
>  src/event.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/event.c b/src/event.c
> index 0659fd1..a415468 100644
> --- a/src/event.c
> +++ b/src/event.c
> @@ -731,7 +731,7 @@ void btd_event_le_set_scan_enable_complete(bdaddr_t *local, uint8_t status)
>  	}
>  
>  	if (status) {
> -		error("Can't enabled/disable LE scan");
> +		error("Can't enable/disable LE scan");
>  		return;
>  	}

Pushed upstream. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-15 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 21:34 [PATCH] src: fix typo Gustavo F. Padovan
2011-02-15 14:26 ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.