From ede69e5d193d99c0e8c61994f2d9f7d41e1b7415 Mon Sep 17 00:00:00 2001 From: Arun Jagadish Date: Fri, 2 Dec 2016 15:39:33 +0530 Subject: [PATCH] Bluetooth: AVDTP: Fix Coding style Fix modifies the comment section. Change-Id: Iafd6cfe7a2f85acd867d096515e1b803882875c2 Signed-off-by: Arun Jagadish --- subsys/bluetooth/host/avdtp_internal.h | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/subsys/bluetooth/host/avdtp_internal.h b/subsys/bluetooth/host/avdtp_internal.h index 573a447f5e9..864dda366ec 100644 --- a/subsys/bluetooth/host/avdtp_internal.h +++ b/subsys/bluetooth/host/avdtp_internal.h @@ -117,26 +117,26 @@ struct bt_avdtp_single_sig_hdr { struct bt_avdtp_cfm_cb { /* - * Discovery_cfm; - * get_capabilities_cfm; - * set_configuration_cfm; - * open_cfm; - * start_cfm; - * suspend_cfm; - * close_cfm; - */ + * Discovery_cfm; + * get_capabilities_cfm; + * set_configuration_cfm; + * open_cfm; + * start_cfm; + * suspend_cfm; + * close_cfm; + */ }; struct bt_avdtp_ind_cb { /* - * discovery_ind; - * get_capabilities_ind; - * set_configuration_ind; - * open_ind; - * start_ind; - * suspend_ind; - * close_ind; - */ + * discovery_ind; + * get_capabilities_ind; + * set_configuration_ind; + * open_ind; + * start_ind; + * suspend_ind; + * close_ind; + */ }; struct bt_avdtp_event_cb {