From 7e14aa0cb43c50370d6f5110f99f06182b35040d Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 21 May 2014 13:23:50 +0200 Subject: [PATCH] igb: fix indentation of previous patchset There was an indentation error in commit d93c252e88f2b29a5 "convert to use of PMD_REGISTER_DRIVER and fix linking" Signed-off-by: Thomas Monjalon --- lib/librte_pmd_e1000/igb_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_pmd_e1000/igb_ethdev.c b/lib/librte_pmd_e1000/igb_ethdev.c index 751e448f99..044eac39aa 100644 --- a/lib/librte_pmd_e1000/igb_ethdev.c +++ b/lib/librte_pmd_e1000/igb_ethdev.c @@ -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, }; -- 2.20.1