Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
Bluetooth: bt3c_cs: Fix coding style
Browse files Browse the repository at this point in the history
Remove semicolon in switch statement, reported by coccinelle

Signed-off-by: Prasanna Karthik <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
Prasanna Karthik authored and holtmann committed Jul 23, 2015
1 parent 7feb99e commit f104f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/bt3c_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static int bt3c_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
case HCI_SCODATA_PKT:
hdev->stat.sco_tx++;
break;
};
}

/* Prepend skb with frame type */
memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);
Expand Down

0 comments on commit f104f06

Please sign in to comment.