Skip to content

Commit

Permalink
t blameBluetooth: btintel: Fix leading white space
Browse files Browse the repository at this point in the history
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 <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  • Loading branch information
Kiran K authored and Luiz Augusto von Dentz committed Mar 25, 2025
1 parent e036afb commit 3b5715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/bluetooth/btintel.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct intel_tlv {
#define BTINTEL_CNVI_BLAZARIW 0x901
#define BTINTEL_CNVI_GAP 0x910
#define BTINTEL_CNVI_BLAZARU 0x930
#define BTINTEL_CNVI_SCP 0xA00
#define BTINTEL_CNVI_SCP 0xA00

/* CNVR */
#define BTINTEL_CNVR_FMP2 0x910
Expand Down
2 changes: 1 addition & 1 deletion drivers/bluetooth/btintel_pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MODULE_DEVICE_TABLE(pci, btintel_pcie_table);
#define BTINTEL_PCIE_HCI_EVT_PKT 0x00000004
#define BTINTEL_PCIE_HCI_ISO_PKT 0x00000005

#define BTINTEL_PCIE_MAGIC_NUM 0xA5A5A5A5
#define BTINTEL_PCIE_MAGIC_NUM 0xA5A5A5A5

#define BTINTEL_PCIE_BLZR_HWEXP_SIZE 1024
#define BTINTEL_PCIE_BLZR_HWEXP_DMP_ADDR 0xB00A7C00
Expand Down

0 comments on commit 3b5715a

Please sign in to comment.