Hi Michal, On Thu, Jun 28, 2012 at 1:22 PM, Michal Labedzki <michal.labedzki@xxxxxxxxx> wrote: > Fix coding style issue. > --- > audio/avrcp.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/audio/avrcp.c b/audio/avrcp.c > index fec4e6c..4c545e3 100644 > --- a/audio/avrcp.c > +++ b/audio/avrcp.c > @@ -1125,17 +1125,17 @@ err_metadata: > > size_t avrcp_handle_vendor_reject(uint8_t *code, uint8_t *operands) > { > - struct avrcp_header *pdu = (void *) operands; > - uint32_t company_id = get_company_id(pdu->company_id); > + struct avrcp_header *pdu = (void *) operands; > + uint32_t company_id = get_company_id(pdu->company_id); > > - *code = AVC_CTYPE_REJECTED; > - pdu->params_len = htons(1); > - pdu->params[0] = STATUS_INTERNAL_ERROR; > + *code = AVC_CTYPE_REJECTED; > + pdu->params_len = htons(1); > + pdu->params[0] = STATUS_INTERNAL_ERROR; > > - DBG("rejecting AVRCP PDU 0x%02X, company 0x%06X len 0x%04X", > - pdu->pdu_id, company_id, pdu->params_len); > + DBG("rejecting AVRCP PDU 0x%02X, company 0x%06X len 0x%04X", > + pdu->pdu_id, company_id, pdu->params_len); > > - return AVRCP_HEADER_LENGTH + 1; > + return AVRCP_HEADER_LENGTH + 1; > } > > static struct avrcp_server *find_server(GSList *list, const bdaddr_t *src) > -- > on behalf of ST-Ericsson Applied, thanks. -- Luiz Augusto von Dentz -- 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