igb: fix indentation of previous patchset
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 21 May 2014 11:23:50 +0000 (13:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 21 May 2014 11:31:13 +0000 (13:31 +0200)
There was an indentation error in commit d93c252e88f2b29a5
"convert to use of PMD_REGISTER_DRIVER and fix linking"

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_e1000/igb_ethdev.c

index 751e448..044eac3 100644 (file)
@@ -2185,7 +2185,7 @@ eth_igb_rss_reta_query(struct rte_eth_dev *dev,
 }
 
 static struct rte_driver pmd_igb_drv = {
-        .type = PMD_PDEV,
+       .type = PMD_PDEV,
        .init = rte_igb_pmd_init,
 };