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

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code style

Use proper alignment for break under a switch.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

+3 -3
+3 -3
drivers/bluetooth/btintel_pcie.c
··· 1233 1233 return; 1234 1234 len = BTINTEL_PCIE_BLZR_HWEXP_SIZE; /* exception data length */ 1235 1235 addr = BTINTEL_PCIE_BLZR_HWEXP_DMP_ADDR; 1236 - break; 1236 + break; 1237 1237 case BTINTEL_CNVI_SCP: 1238 1238 len = BTINTEL_PCIE_SCP_HWEXP_SIZE; 1239 1239 addr = BTINTEL_PCIE_SCP_HWEXP_DMP_ADDR; 1240 - break; 1240 + break; 1241 1241 case BTINTEL_CNVI_SCP2: 1242 1242 case BTINTEL_CNVI_SCP2F: 1243 1243 len = BTINTEL_PCIE_SCP2_HWEXP_SIZE; 1244 1244 addr = BTINTEL_PCIE_SCP2_HWEXP_DMP_ADDR; 1245 - break; 1245 + break; 1246 1246 default: 1247 1247 bt_dev_err(data->hdev, "Unsupported cnvi 0x%8.8x", data->dmp_hdr.cnvi_top); 1248 1248 return;