Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <igiann@hotmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Joan Jani and committed by
Marcel Holtmann
2193a980 628c26b4

+1 -1
+1 -1
drivers/bluetooth/btqca.c
··· 81 81 * and lower 2 bytes from patch will be used. 82 82 */ 83 83 *rome_version = (le32_to_cpu(ver->soc_id) << 16) | 84 - (le16_to_cpu(ver->rome_ver) & 0x0000ffff); 84 + (le16_to_cpu(ver->rome_ver) & 0x0000ffff); 85 85 86 86 out: 87 87 kfree_skb(skb);