From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/handsfree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/handsfree.c b/android/handsfree.c index 55e151a..51dddb3 100644 --- a/android/handsfree.c +++ b/android/handsfree.c @@ -2204,10 +2204,10 @@ static const struct ipc_handler cmd_handlers[] = { /* HAL_OP_HANDSFREE_DISCONNECT */ { handle_disconnect, false, sizeof(struct hal_cmd_handsfree_disconnect) }, - /*HAL_OP_HANDSFREE_CONNECT_AUDIO*/ + /* HAL_OP_HANDSFREE_CONNECT_AUDIO */ { handle_connect_audio, false, sizeof(struct hal_cmd_handsfree_connect_audio) }, - /*HAL_OP_HANDSFREE_DISCONNECT_AUDIO*/ + /* HAL_OP_HANDSFREE_DISCONNECT_AUDIO */ { handle_disconnect_audio, false, sizeof(struct hal_cmd_handsfree_disconnect_audio) }, /* define HAL_OP_HANDSFREE_START_VR */ -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html