Re: [dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file

2020-07-21 Thread Thomas Monjalon
23/06/2020 15:26, Muhammad Bilal: > Here I have corrected a potential typing mistake in header file. > while Uninitalizing the driver the comment was mentioning > initializing instead of Uninitalizing in despription of parameter > > Fixes: d4a586d29e65 ("bus/vdev: move code from EAL into a new dr

[dpdk-dev] [PATCH] drivers/bus/vdev: corrected a typing error in header file

2020-06-23 Thread Muhammad Bilal
Here I have corrected a potential typing mistake in header file. while Uninitalizing the driver the comment was mentioning initializing instead of Uninitalizing in despription of parameter Fixes: d4a586d29e65 ("bus/vdev: move code from EAL into a new driver") Cc: jianfeng@intel.com Signed-of