> Subject: Re: [Patch v3 2/3] Drivers: hv: add Azure Blob driver > > On Tue, Jul 13, 2021 at 07:45:21PM -0700, longli@xxxxxxxxxxxxxxxxx wrote: > > +static struct miscdevice az_blob_misc_device = { > > + MISC_DYNAMIC_MINOR, > > + "azure_blob", > > + &az_blob_client_fops, > > +}; > > Named initializers please. Will fix this along with the logging functions. Long