Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab
Date: Fri, 11 Apr 2014 16:15:11 +0200	[thread overview]
Message-ID: <4263594.itegEJ4iVI@uw000953> (raw)
In-Reply-To: <1397212190-3240-1-git-send-email-grzegorz.kolodziejczyk@tieto.com>

Hi Grzegorz,

On Friday 11 of April 2014 12:29:48 Grzegorz Kolodziejczyk wrote:
> ---
>  android/gatt.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/android/gatt.c b/android/gatt.c
> index 15e788a..4e548c8 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -126,7 +126,7 @@ static bool scanning = false;
>  
>  static struct queue *gatt_clients = NULL;
>  static struct queue *gatt_servers = NULL;
> -static struct queue *conn_list	= NULL;		/* Connected devices */
> +static struct queue *conn_list = NULL;		/* Connected devices */
>  static struct queue *conn_wait_queue = NULL;	/* Devs waiting to connect */
>  static struct queue *disc_dev_list = NULL;	/* Disconnected devices */
>  
> @@ -140,7 +140,6 @@ static void android2uuid(const uint8_t *uuid, bt_uuid_t *dst)
>  
>  	for (i = 0; i < 16; i++)
>  		dst->value.u128.data[i] = uuid[15 - i];
> -
>  }
>  
>  static void uuid2android(const bt_uuid_t *src, uint8_t *uuid)
> 

This patch is pushed, others need rebase. Thanks.

-- 
Best regards, 
Szymon Janc

      parent reply	other threads:[~2014-04-11 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-11 10:29 [PATCH 1/3] android/gatt: Remove not needed empty line and redundand tab Grzegorz Kolodziejczyk
2014-04-11 10:29 ` [PATCH 2/3] android/gatt: Add support for uuid filter in search services Grzegorz Kolodziejczyk
2014-04-11 10:29 ` [PATCH 3/3] android/gatt: Change name to more approperiate for cache all services Grzegorz Kolodziejczyk
2014-04-11 14:15 ` 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=4263594.itegEJ4iVI@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=grzegorz.kolodziejczyk@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /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