RE: [PATCH 1/2] Drivers: hv: vmbus: Introduce table of VMBus protocol versions

From: Dexuan Cui
Date: Mon Oct 07 2019 - 13:25:30 EST


> From: linux-hyperv-owner@xxxxxxxxxxxxxxx
> <linux-hyperv-owner@xxxxxxxxxxxxxxx> On Behalf Of Andrea Parri
> Sent: Monday, October 7, 2019 9:31 AM
> ....
> +/*
> + * Table of VMBus versions listed from newest to oldest; the table
> + * must terminate with VERSION_INVAL.
> + */
> +__u32 vmbus_versions[] = {
> + VERSION_WIN10_V5,

This should be "static"?

Thanks,
Dexuan