On Fri, 2022-12-02 at 14:13 +0800, Chao Peng wrote: > > - /* flags is currently not used. */ > + /* 'flags' is currently not used. */ > if (attrs->flags) > return -EINVAL; Unintended code change.
On Fri, 2022-12-02 at 14:13 +0800, Chao Peng wrote: > > - /* flags is currently not used. */ > + /* 'flags' is currently not used. */ > if (attrs->flags) > return -EINVAL; Unintended code change.