Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f104f06c authored by Prasanna Karthik's avatar Prasanna Karthik Committed by Marcel Holtmann
Browse files

Bluetooth: bt3c_cs: Fix coding style



Remove semicolon in switch statement, reported by coccinelle

Signed-off-by: default avatarPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 7feb99e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);