From: Joan Jani Date: Thu, 6 Jul 2017 20:35:32 +0000 (+0000) Subject: Bluetooth: btqca: Fixed a coding style error X-Git-Tag: v4.14-rc1~130^2~405^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2193a9800b1d6ae771539e1cdae1e7340b9d90ea;p=platform%2Fkernel%2Flinux-rpi.git Bluetooth: btqca: Fixed a coding style error Fixed this coding style erro ./drivers/bluetooth/btqca.c:84: ERROR: code indent should use tabs where possible Signed-off-by: Joan Jani Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/btqca.c b/drivers/bluetooth/btqca.c index 28afd5d..0bbdfce 100644 --- a/drivers/bluetooth/btqca.c +++ b/drivers/bluetooth/btqca.c @@ -81,7 +81,7 @@ static int rome_patch_ver_req(struct hci_dev *hdev, u32 *rome_version) * and lower 2 bytes from patch will be used. */ *rome_version = (le32_to_cpu(ver->soc_id) << 16) | - (le16_to_cpu(ver->rome_ver) & 0x0000ffff); + (le16_to_cpu(ver->rome_ver) & 0x0000ffff); out: kfree_skb(skb);