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:
Thomas Monjalon 2014-05-21 13:23:50 +02:00
parent 683ef79e57
commit 7e14aa0cb4

View 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,
};