summaryrefslogtreecommitdiff
path: root/android/hal-hidhost.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:17:25 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:31:00 +0200
commit7a2d60467334cd299e89a42717efc94bbbad85f9 (patch)
tree70b43f1379b05019ea2ac0b8eeba9e9b1618a6e8 /android/hal-hidhost.c
parentfc8ac15d63be9e2404ab5835230b7c446c81f75f (diff)
downloadbluez-7a2d60467334cd299e89a42717efc94bbbad85f9.tar.gz
android: Make multi-line comments style consistent
Use common style for multi-line comments consistent with rest of codebase.
Diffstat (limited to 'android/hal-hidhost.c')
-rw-r--r--android/hal-hidhost.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/hal-hidhost.c b/android/hal-hidhost.c
index 16253e3d7..5787b5eae 100644
--- a/android/hal-hidhost.c
+++ b/android/hal-hidhost.c
@@ -102,8 +102,10 @@ static void handle_virtual_unplug(void *buf, uint16_t len)
ev->status);
}
-/* handlers will be called from notification thread context,
- * index in table equals to 'opcode - HAL_MINIMUM_EVENT' */
+/*
+ * handlers will be called from notification thread context,
+ * index in table equals to 'opcode - HAL_MINIMUM_EVENT'
+ */
static const struct hal_ipc_handler ev_handlers[] = {
{ /* HAL_EV_HIDHOST_CONN_STATE */
.handler = handle_conn_state,