From: Johan Hedberg <johan.hedberg@nokia.com>
To: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Fix wrong parameter name in device.h
Date: Wed, 22 Sep 2010 22:25:40 +0300 [thread overview]
Message-ID: <20100922192540.GC20756@jh-x301> (raw)
In-Reply-To: <1285173226-15713-1-git-send-email-santoscadenas@gmail.com>
Hi,
On Wed, Sep 22, 2010, Jose Antonio Santos Cadenas wrote:
> ---
> src/device.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/device.h b/src/device.h
> index 21f67d0..2b45223 100644
> --- a/src/device.h
> +++ b/src/device.h
> @@ -47,7 +47,7 @@ const sdp_record_t *btd_device_get_record(struct btd_device *device,
> const char *uuid);
> void btd_device_add_uuid(struct btd_device *device, const char *uuid);
> struct btd_adapter *device_get_adapter(struct btd_device *device);
> -void device_get_address(struct btd_device *adapter, bdaddr_t *bdaddr);
> +void device_get_address(struct btd_device *device, bdaddr_t *bdaddr);
> const gchar *device_get_path(struct btd_device *device);
> struct agent *device_get_agent(struct btd_device *device);
> gboolean device_is_busy(struct btd_device *device);
Nice catch. The patch is now pushed upstream.
Johan
prev parent reply other threads:[~2010-09-22 19:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-22 16:33 [PATCH] Fix wrong parameter name in device.h Jose Antonio Santos Cadenas
2010-09-22 19:25 ` Johan Hedberg [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=20100922192540.GC20756@jh-x301 \
--to=johan.hedberg@nokia.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=santoscadenas@gmail.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