From e8bb8f1e1d4d9742dc2f08a94e1e528b2be2283b Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 24 Jun 2014 15:11:52 +0300 Subject: [PATCH] android/hal-health: trivial: Correct coding style --- 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 ac6e87fe7..0d9136dec 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; -- 2.47.3