Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 01/11] android/hal-health: trivial: Correct coding style
@ 2014-06-24 12:11 Andrei Emeltchenko
  2014-06-24 12:11 ` [PATCH 02/11] android/health: Remove unneeded check Andrei Emeltchenko
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andrei Emeltchenko @ 2014-06-24 12:11 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

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

diff --git a/android/hal-health.c b/android/hal-health.c
index ac6e87f..0d9136d 100644
--- a/android/hal-health.c
+++ b/android/hal-health.c
@@ -116,8 +116,7 @@ static bt_status_t register_application(bthl_reg_param_t *reg, int *app_id)
 	cmd->len = off;
 	status = hal_ipc_cmd(HAL_SERVICE_ID_HEALTH, HAL_OP_HEALTH_REG_APP,
 						sizeof(*cmd) + cmd->len, buf,
-							&rsp_len, &rsp, NULL);
-
+						&rsp_len, &rsp, NULL);
 	if (status != BT_STATUS_SUCCESS)
 		return status;
 
-- 
1.8.3.2


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

end of thread, other threads:[~2014-06-25 15:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 12:11 [PATCH 01/11] android/hal-health: trivial: Correct coding style Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 02/11] android/health: Remove unneeded check Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 03/11] android/health: Fix possible overflow Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 04/11] android/health: Fix missing error check Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 05/11] android/health: trivial: Remove empty line Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 06/11] android/health: Remove extra check Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 07/11] android/health: trivial: Fix missing space Andrei Emeltchenko
2014-06-24 12:11 ` [PATCH 08/11] android/health: Refactor setting mcl callbacks to function Andrei Emeltchenko
2014-06-24 12:12 ` [PATCH 09/11] android/health: Add actual error message to error print Andrei Emeltchenko
2014-06-24 12:12 ` [PATCH 10/11] android/health: Refactor create_device Andrei Emeltchenko
2014-06-24 12:12 ` [PATCH 11/11] android/health: Add setting mcl callbacks for incoming connection Andrei Emeltchenko
2014-06-25 15:30 ` [PATCH 01/11] android/hal-health: trivial: Correct coding style Szymon Janc

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