]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qed: Remove a stray tab
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 17 May 2016 08:09:20 +0000 (11:09 +0300)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 19:29:49 +0000 (12:29 -0700)
This line was indented more than it should be.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23732603
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/qlogic/qed/qed_main.c

index fecb71c51bcb94ea47a110c3b2afe1fe35f676a4..dfd0867aa6610d8dba1290c0211406dc07fdf0ea 100644 (file)
@@ -177,7 +177,7 @@ static int qed_init_pci(struct qed_dev *cdev,
        }
 
        if (IS_PF(cdev)) {
-                       cdev->db_phys_addr = pci_resource_start(cdev->pdev, 2);
+               cdev->db_phys_addr = pci_resource_start(cdev->pdev, 2);
                cdev->db_size = pci_resource_len(cdev->pdev, 2);
                cdev->doorbells = ioremap_wc(cdev->db_phys_addr, cdev->db_size);
                if (!cdev->doorbells) {