From: Johan Hedberg <johan.hedberg@gmail.com>
To: Peter Hurley <peter@hurleysoftware.com>
Cc: linux-bluetooth <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH Bluez v2] Fix get/set_hfp_active to match name conventions
Date: Mon, 22 Aug 2011 11:07:52 +0300 [thread overview]
Message-ID: <20110822080752.GB11306@dell> (raw)
In-Reply-To: <1313256696.2254.11.camel@THOR>
Hi Peter,
On Sat, Aug 13, 2011, Peter Hurley wrote:
> These two functions are defined exclusively for headsets, so
> follow established name conventions.
> ---
>
> v2: Commit was missing a file
>
> audio/headset.c | 4 ++--
> audio/headset.h | 4 ++--
> audio/main.c | 2 +-
> audio/manager.c | 2 +-
> 4 files changed, 6 insertions(+), 6 deletions(-)
Applied, but again the patch wasn't clean. You really need to fix your
editor settings to show you whitespace errors as well as check yourself
with "git am" if you're still unsure if the patch is clean or not:
/home/jh/src/bluez/.git/rebase-apply/patch:20: trailing whitespace.
gboolean headset_get_hfp_active(struct audio_device *dev)
/home/jh/src/bluez/.git/rebase-apply/patch:28: trailing whitespace.
void headset_set_hfp_active(struct audio_device *dev, gboolean active)
/home/jh/src/bluez/.git/rebase-apply/patch:42: trailing whitespace.
gboolean headset_get_hfp_active(struct audio_device *dev);
/home/jh/src/bluez/.git/rebase-apply/patch:43: trailing whitespace.
void headset_set_hfp_active(struct audio_device *dev, gboolean active);
/home/jh/src/bluez/.git/rebase-apply/patch:56: trailing whitespace.
if (!headset_get_hfp_active(device)) {
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
Johan
next prev parent reply other threads:[~2011-08-22 8:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-13 17:31 [PATCH Bluez v2] Fix get/set_hfp_active to match name conventions Peter Hurley
2011-08-22 8:07 ` Johan Hedberg [this message]
2011-08-22 11:00 ` Peter Hurley
2011-08-24 0:14 ` Peter Hurley
2011-08-24 8:40 ` 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=20110822080752.GB11306@dell \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=peter@hurleysoftware.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).