summaryrefslogtreecommitdiff
path: root/android/avrcp.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/avrcp.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/avrcp.c')
-rw-r--r--android/avrcp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/android/avrcp.c b/android/avrcp.c
index 32edbd650..caf933508 100644
--- a/android/avrcp.c
+++ b/android/avrcp.c
@@ -346,7 +346,8 @@ static void handle_set_volume(const void *buf, uint16_t len)
goto done;
}
- /* Peek the first device since the HAL cannot really address a specific
+ /*
+ * Peek the first device since the HAL cannot really address a specific
* device it might mean there could only be one connected.
*/
dev = devices->data;
@@ -578,9 +579,11 @@ static int handle_get_capabilities_cmd(struct avrcp *session,
DBG("");
- /* Android do not provide this info via HAL so the list most
+ /*
+ * Android do not provide this info via HAL so the list most
* be hardcoded according to what RegisterNotification can
- * actually handle */
+ * actually handle
+ */
avrcp_get_capabilities_rsp(session, transaction, sizeof(events),
events);