Linux bluetooth development
 help / color / mirror / Atom feed
From: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
Subject: [PATCH] audio: Fix style issue in start_timeout
Date: Mon,  2 Jul 2012 18:07:52 +0200	[thread overview]
Message-ID: <1341245272-21737-1-git-send-email-frederic.dalleau@linux.intel.com> (raw)

---
 audio/avdtp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/avdtp.c b/audio/avdtp.c
index e431ce8..47a5d6d 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -3627,7 +3627,7 @@ static gboolean start_timeout(gpointer user_data)
 	struct avdtp_stream *stream = user_data;
 	struct avdtp *session = stream->session;
 
-	stream->open_acp = 0;
+	stream->open_acp = FALSE;
 
 	if (avdtp_start(session, stream) < 0)
 		error("wait_timeout: avdtp_start failed");
-- 
1.7.9.5


             reply	other threads:[~2012-07-02 16:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 16:07 Frédéric Dalleau [this message]
2012-07-02 16:13 ` [PATCH] audio: Fix style issue in start_timeout 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=1341245272-21737-1-git-send-email-frederic.dalleau@linux.intel.com \
    --to=frederic.dalleau@linux.intel.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