linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix wrong parameter name in device.h
@ 2010-09-22 16:33 Jose Antonio Santos Cadenas
  2010-09-22 19:25 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Jose Antonio Santos Cadenas @ 2010-09-22 16:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jose Antonio Santos Cadenas

---
 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);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix wrong parameter name in device.h
  2010-09-22 16:33 [PATCH] Fix wrong parameter name in device.h Jose Antonio Santos Cadenas
@ 2010-09-22 19:25 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2010-09-22 19:25 UTC (permalink / raw)
  To: Jose Antonio Santos Cadenas; +Cc: linux-bluetooth

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-22 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).