提交 2193a980 编写于 作者: J Joan Jani 提交者: Marcel Holtmann

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: NJoan Jani <igiann@hotmail.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 628c26b4
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册