linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/client: Fix copy paste issue in stop recognition function
Date: Mon, 03 Nov 2014 19:14:55 +0100	[thread overview]
Message-ID: <4803015.p7VoNrm65U@leonov> (raw)
In-Reply-To: <1415022593-25530-1-git-send-email-lukasz.rymanowski@tieto.com>

Hi Łukasz,

On Monday 03 of November 2014 14:49:53 Lukasz Rymanowski wrote:
> ---
>  android/client/if-hf-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
> index a837401..3f6f7c2 100644
> --- a/android/client/if-hf-client.c
> +++ b/android/client/if-hf-client.c
> @@ -489,7 +489,7 @@ static void stop_voice_recognition_p(int argc, const
> char **argv) {
>  	RETURN_IF_NULL(if_hf_client);
> 
> -	EXEC(if_hf_client->start_voice_recognition);
> +	EXEC(if_hf_client->stop_voice_recognition);
>  }
> 
>  static void volume_control_c(int argc, const char **argv, enum_func
> *enum_func,

Patch applied, thanks.

-- 
BR
Szymon Janc

      reply	other threads:[~2014-11-03 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-03 13:49 [PATCH] android/client: Fix copy paste issue in stop recognition function Lukasz Rymanowski
2014-11-03 18:14 ` Szymon Janc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4803015.p7VoNrm65U@leonov \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=lukasz.rymanowski@tieto.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).