Bluetooth: AVDTP: Fix Coding style

Fix modifies the comment section.

Change-Id: Iafd6cfe7a2f85acd867d096515e1b803882875c2
Signed-off-by: Arun Jagadish <arun.jagadish@intel.com>
This commit is contained in:
Arun Jagadish 2016-12-02 15:39:33 +05:30 committed by Johan Hedberg
commit ede69e5d19

View file

@ -117,26 +117,26 @@ struct bt_avdtp_single_sig_hdr {
struct bt_avdtp_cfm_cb { struct bt_avdtp_cfm_cb {
/* /*
* Discovery_cfm; * Discovery_cfm;
* get_capabilities_cfm; * get_capabilities_cfm;
* set_configuration_cfm; * set_configuration_cfm;
* open_cfm; * open_cfm;
* start_cfm; * start_cfm;
* suspend_cfm; * suspend_cfm;
* close_cfm; * close_cfm;
*/ */
}; };
struct bt_avdtp_ind_cb { struct bt_avdtp_ind_cb {
/* /*
* discovery_ind; * discovery_ind;
* get_capabilities_ind; * get_capabilities_ind;
* set_configuration_ind; * set_configuration_ind;
* open_ind; * open_ind;
* start_ind; * start_ind;
* suspend_ind; * suspend_ind;
* close_ind; * close_ind;
*/ */
}; };
struct bt_avdtp_event_cb { struct bt_avdtp_event_cb {