From: Thomas Monjalon Date: Wed, 21 May 2014 11:21:16 +0000 (+0200) Subject: eal: fix indentation of previous patchset X-Git-Tag: spdx-start~10803 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=683ef79e57a86dc910f6cbcd7a1061f5ad1e4781;p=dpdk.git eal: fix indentation of previous patchset There was an indentation error in commit e57f20e051770861377ff "make vdev init path generic for both virtual and pci devices" Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_eal/common/include/rte_dev.h b/lib/librte_eal/common/include/rte_dev.h index 5af36c81ac..f7e3a104a4 100644 --- a/lib/librte_eal/common/include/rte_dev.h +++ b/lib/librte_eal/common/include/rte_dev.h @@ -101,7 +101,7 @@ int rte_eal_dev_init(void); void devinitfn_ ##d(void);\ void __attribute__((constructor, used)) devinitfn_ ##d(void)\ {\ - rte_eal_driver_register(&d);\ + rte_eal_driver_register(&d);\ } #ifdef __cplusplus