Return-Path: Date: Wed, 22 Sep 2010 22:25:40 +0300 From: Johan Hedberg To: Jose Antonio Santos Cadenas Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Fix wrong parameter name in device.h Message-ID: <20100922192540.GC20756@jh-x301> References: <1285173226-15713-1-git-send-email-santoscadenas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1285173226-15713-1-git-send-email-santoscadenas@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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