From: Szymon Janc <szymon.janc@tieto.com>
To: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH RESEND 2/2] android/handsfree-client: Trivial fix typo
Date: Mon, 08 Dec 2014 14:18:12 +0100 [thread overview]
Message-ID: <2349425.bF4snaIfs3@leonov> (raw)
In-Reply-To: <1418035656-17285-2-git-send-email-lukasz.rymanowski@tieto.com>
Hi Łukasz,
On Monday 08 of December 2014 11:47:36 Lukasz Rymanowski wrote:
> ---
> android/hal-msg.h | 2 +-
> android/handsfree-client.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/android/hal-msg.h b/android/hal-msg.h
> index d43cdbe..3cf2d85 100644
> --- a/android/hal-msg.h
> +++ b/android/hal-msg.h
> @@ -2226,7 +2226,7 @@ struct hal_ev_hf_client_call_waiting {
> } __attribute__((packed));
>
> #define HAL_HF_CLIENT_DIRECTION_OUTGOING 0x00
> -#define HAL_HF_CLIENT_DIRECTION_INCOMIGN 0x01
> +#define HAL_HF_CLIENT_DIRECTION_INCOMING 0x01
>
> #define HAL_HF_CLIENT_CALL_STATE_ACTIVE 0x00
> #define HAL_HF_CLIENT_CALL_STATE_HELD 0x01
> diff --git a/android/handsfree-client.c b/android/handsfree-client.c
> index 3eb8517..007ac32 100644
> --- a/android/handsfree-client.c
> +++ b/android/handsfree-client.c
> @@ -954,7 +954,7 @@ static void clcc_cb(struct hfp_context *context, void
> *user_data) ev->index = val;
>
> if (!hfp_context_get_number(context, &val) ||
> - val > HAL_HF_CLIENT_DIRECTION_INCOMIGN) {
> + val > HAL_HF_CLIENT_DIRECTION_INCOMING) {
> error("hf-client: Could not get direction");
> return;
> }
This patch is now applied, thanks.
--
BR
Szymon Janc
next prev parent reply other threads:[~2014-12-08 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-08 10:47 [PATCH RESEND 1/2] android/handsfree-client: Decrease number of memcpy Lukasz Rymanowski
2014-12-08 10:47 ` [PATCH RESEND 2/2] android/handsfree-client: Trivial fix typo Lukasz Rymanowski
2014-12-08 13:18 ` Szymon Janc [this message]
2014-12-08 13:17 ` [PATCH RESEND 1/2] android/handsfree-client: Decrease number of memcpy Szymon Janc
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=2349425.bF4snaIfs3@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).