Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/health: Make coding style consistent for array parameter
@ 2014-06-17 13:47 Grzegorz Kolodziejczyk
  2014-06-17 19:26 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-06-17 13:47 UTC (permalink / raw)
  To: linux-bluetooth

---
 android/health.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/android/health.c b/android/health.c
index 58323d9..60c4c99 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1093,8 +1093,7 @@ static int connect_mcl(struct health_channel *channel)
 						search_cb, channel, NULL, 0);
 }
 
-static struct health_device *create_device(uint16_t app_id,
-						const uint8_t addr[])
+static struct health_device *create_device(uint16_t app_id, const uint8_t *addr)
 {
 	struct health_device *dev;
 
-- 
1.9.3


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

end of thread, other threads:[~2014-06-17 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 13:47 [PATCH] android/health: Make coding style consistent for array parameter Grzegorz Kolodziejczyk
2014-06-17 19:26 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox