Hi Jon,

On Thu, 11 Jun 2020 07:55:00 -0600
Jonathan Corbet <cor...@lwn.net> wrote:

> On Wed, 10 Jun 2020 21:12:13 -0700
> Jacob Pan <jacob.jun....@linux.intel.com> wrote:
> 
> A little nit but...this pattern:
> 
> > +pattern below:
> > +
> > +::
> > +
> > +   struct {
> > +   __u32 argsz;
> > +   __u32 flags;
> > +   __u8  data[];
> > +  }  
> 
> can be more concisely and attractively written as:
> 
>    pattern below::
> 
>       struct { 
> ...
> 
Will do. thanks!

> Thanks,
> 
> jon

[Jacob Pan]

Reply via email to