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 driver")
> Cc: [email protected]
It should be:
Fixes: 0fe11ec592b2 ("eal: add vdev init and uninit")
Cc: [email protected]
Cc: [email protected]
> Signed-off-by: Muhammad Bilal <[email protected]>
Applied with above change