netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] qed: Remove a stray tab
@ 2016-05-17  7:34 Dan Carpenter
  2016-05-17  7:38 ` Yuval Mintz
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Carpenter @ 2016-05-17  7:34 UTC (permalink / raw)
  To: Yuval Mintz; +Cc: Ariel Elior, everest-linux-l2, netdev, kernel-janitors

This line was intended more than it should be.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/net/ethernet/qlogic/qed/qed_main.c b/drivers/net/ethernet/qlogic/qed/qed_main.c
index 6ffc21d..05fcb25 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_main.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_main.c
@@ -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) {

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-17 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17  7:34 [patch] qed: Remove a stray tab Dan Carpenter
2016-05-17  7:38 ` Yuval Mintz
2016-05-17  8:09   ` [patch v2] " Dan Carpenter
2016-05-17 16:24     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).