Skip to content

Commit 3b5715a

Browse files
kirankrishnappa-intelVudentz
authored andcommitted
t blameBluetooth: btintel: Fix leading white space
Remove the unwanted leading whitespace. Fixes: 6ed8304 ("Bluetooth: btintel_pcie: Setup buffers for firmware traces") Fixes: bb3569a ("Bluetooth: btintel: Add DSBR support for ScP") Signed-off-by: Kiran K <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent e036afb commit 3b5715a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/bluetooth/btintel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct intel_tlv {
5656
#define BTINTEL_CNVI_BLAZARIW 0x901
5757
#define BTINTEL_CNVI_GAP 0x910
5858
#define BTINTEL_CNVI_BLAZARU 0x930
59-
#define BTINTEL_CNVI_SCP 0xA00
59+
#define BTINTEL_CNVI_SCP 0xA00
6060

6161
/* CNVR */
6262
#define BTINTEL_CNVR_FMP2 0x910

drivers/bluetooth/btintel_pcie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MODULE_DEVICE_TABLE(pci, btintel_pcie_table);
4949
#define BTINTEL_PCIE_HCI_EVT_PKT 0x00000004
5050
#define BTINTEL_PCIE_HCI_ISO_PKT 0x00000005
5151

52-
#define BTINTEL_PCIE_MAGIC_NUM 0xA5A5A5A5
52+
#define BTINTEL_PCIE_MAGIC_NUM 0xA5A5A5A5
5353

5454
#define BTINTEL_PCIE_BLZR_HWEXP_SIZE 1024
5555
#define BTINTEL_PCIE_BLZR_HWEXP_DMP_ADDR 0xB00A7C00

0 commit comments

Comments
 (0)