Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0120b99c authored by Rasesh Mody's avatar Rasesh Mody Committed by David S. Miller
Browse files

bna: CheckPatch Cleanup



Change details:
 - Driver cleanup as per new checkpatch v0.31

Signed-off-by: default avatarRasesh Mody <rmody@brocade.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5aad0011
Loading
Loading
Loading
Loading
+22 −22
Original line number Diff line number Diff line
@@ -3209,7 +3209,7 @@ bnad_pci_remove(struct pci_dev *pdev)
	free_netdev(netdev);
}

static const struct pci_device_id bnad_pci_id_table[] = {
static DEFINE_PCI_DEVICE_TABLE(bnad_pci_id_table) = {
	{
		PCI_DEVICE(PCI_VENDOR_ID_BROCADE,
			PCI_DEVICE_ID_BROCADE_CT),
+29 −29

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+67 −67

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+46 −46

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading