[PATCH v2] net/netvsc: add support for mtu_set

Stephen Hemminger stephen at networkplumber.org
Fri Oct 6 22:17:56 CEST 2023


On Fri, 6 Oct 2023 20:09:09 +0000
Sam Andrew <samandrew at microsoft.com> wrote:

> -	}
> +	} else
> +		VMBUS_LOG(DEBUG, "  VMBUS memory mapped at %p",
> +			  mapaddr);
>  	return mapaddr;

Checkpatch style guide is that if the if clause has brackets, then else
clause should as well.


More information about the dev mailing list