igb: fix indentation of previous patchset
There was an indentation error in commit d93c252e88
"convert to use of PMD_REGISTER_DRIVER and fix linking"
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
683ef79e57
commit
7e14aa0cb4
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user