[dpdk-dev] [PATCH v2 1/3] eal: add API for bus close

Stephen Hemminger stephen at networkplumber.org
Mon Aug 24 17:14:22 CEST 2020


On Mon, 24 Aug 2020 13:54:12 +0530
rohit.raj at nxp.com wrote:

> +	if (vbus) {
> +		if (vbus->close) {

Looks good, minor nit.
This could be:
	if (vbus && vbus->close) {


More information about the dev mailing list