All of lore.kernel.org
 help / color / mirror / Atom feed
From: "José Antonio Santos Cadenas" <santoscadenas@gmail.com>
To: Johan Hedberg <johan.hedberg@gmail.com>
Cc: "Elvis Pfützenreuter" <epx@signove.com>, linux-bluetooth@vger.kernel.org
Subject: Re: CSP implementation for MCAP
Date: Thu, 16 Sep 2010 14:55:25 +0200	[thread overview]
Message-ID: <201009161455.26174.santoscadenas@gmail.com> (raw)
In-Reply-To: <20100916123900.GA20869@jh-x301>

El Thursday 16 September 2010 14:39:00 Johan Hedberg escribió:
> Hi Elvis,
> 
> On Wed, Sep 15, 2010, Elvis Pfützenreuter wrote:
> > > This is the repository for the CSP implementation, rebased over the
> > > recently accepted MCAP, for your appreciation:
> > > 
> > > git://gitorious.org/bluez-epx/bluez-epx.git csp
> > > 
> > > or
> > > 
> > > http://www.gitorious.org/bluez-epx/bluez-epx/commits/csp--
> > 
> > And I am happy to announce that this CSP implementation passed on PTS
> > 
> > :) Fixes are on topmost patch of the repository.
> 
> Good to hear about the progress with the PTS :)
> 
> Unfortunately you'll need to rebase again since I pushed some cleanups
> to the MCAP code. Could you also get rid of the unnecessary
> double-pointers and type casts which aren't needed anymore now that
> mcap_send_data accepts void *.

There are also a lot of (! condition) with an extra space between the ! and 
the condition variable.

Also some use of g_malloc0 instead of g_new0. About this issue, remember that 
g_new0 initializes all the structure with 0 so the initialization don't need 
to do for some fields in mcap_sync_init function.

Regards.

> 
> Johan
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth"
> in the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-09-16 12:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-02 18:58 CSP implementation for MCAP Elvis Pfützenreuter
2010-09-02 20:28 ` Johan Hedberg
2010-09-02 20:36   ` Elvis Pfützenreuter
2010-09-02 20:40     ` Johan Hedberg
2010-09-02 21:49       ` Elvis Pfützenreuter
2010-09-03  8:03 ` Santiago Carot-Nemesio
2010-09-03 12:53   ` Elvis Pfützenreuter
2010-09-15 22:45 ` Elvis Pfützenreuter
2010-09-16 12:39   ` Johan Hedberg
2010-09-16 12:55     ` José Antonio Santos Cadenas [this message]
2010-09-16 14:14     ` Elvis Pfützenreuter
2010-09-16 15:03       ` Johan Hedberg

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=201009161455.26174.santoscadenas@gmail.com \
    --to=santoscadenas@gmail.com \
    --cc=epx@signove.com \
    --cc=johan.hedberg@gmail.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 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.