Re: [PATCH v2 1/3] docs: IOMMU user API
From: Jonathan Corbet
Date: Thu Jun 11 2020 - 09:55:05 EST
On Wed, 10 Jun 2020 21:12:13 -0700
Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx> 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 {
...
Thanks,
jon