From: Szymon Janc <szymon.janc@gmail.com>
To: Marcin Kraglak <marcin.kraglak@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/hal-gatt: Fix typo in struct name
Date: Wed, 09 Apr 2014 20:50:14 +0200 [thread overview]
Message-ID: <2678232.oX8hbluooB@athlon> (raw)
In-Reply-To: <1397035613-980-1-git-send-email-marcin.kraglak@tieto.com>
Hi Marcin,
On Wednesday 09 April 2014 11:26:53 Marcin Kraglak wrote:
> It causes ipc error due to incorrect message length.
> ---
> android/hal-gatt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/hal-gatt.c b/android/hal-gatt.c
> index 5e7443c..d8c0d54 100644
> --- a/android/hal-gatt.c
> +++ b/android/hal-gatt.c
> @@ -536,7 +536,7 @@ static const struct hal_ipc_handler ev_handlers[] = {
> sizeof(struct hal_ev_gatt_server_service_added) },
> /* HAL_EV_GATT_SERVER_INC_SRVC_ADDED */
> { handle_included_service_added, false,
> - sizeof(struct hal_ev_gatt_server_service_added) },
> + sizeof(struct hal_ev_gatt_server_inc_srvc_added) },
> /* HAL_EV_GATT_SERVER_CHAR_ADDED */
> { handle_characteristic_added, false,
> sizeof(struct hal_ev_gatt_server_characteristic_added) },
Pushed, thanks.
--
Szymon K. Janc
szymon.janc@gmail.com
prev parent reply other threads:[~2014-04-09 18:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 9:26 [PATCH] android/hal-gatt: Fix typo in struct name Marcin Kraglak
2014-04-09 18:50 ` 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=2678232.oX8hbluooB@athlon \
--to=szymon.janc@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcin.kraglak@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