> From: linux-hyperv-ow...@vger.kernel.org > <linux-hyperv-ow...@vger.kernel.org> 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