From: Thomas Monjalon Date: Wed, 21 May 2014 11:23:50 +0000 (+0200) Subject: igb: fix indentation of previous patchset X-Git-Tag: spdx-start~10802 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7e14aa0cb43c50370d6f5110f99f06182b35040d;p=dpdk.git 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 --- 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, };