Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattrfunctions

From: Tejun Heo
Date: Thu Sep 13 2012 - 14:11:32 EST


On Thu, Sep 13, 2012 at 11:02:14AM -0700, Randy Dunlap wrote:
> On 09/11/2012 01:28 PM, Aristeu Rozanski wrote:
>
>
> +/**
> + * simple_xattr_set: xattr SET operation for in-memory/pseudo filesystems
>
> The format for the function name/description uses '-', not ':', as:
>
> * simple_xattr_set - xattr SET operation for in-memory/pseudo filesystems
>
> + * @xattrs: simple_xattr list
> + * @name: name of the new extended attribute
> + * @value: value of the new extended attribute. If NULL, will remove the
> + * attribute
>
> Missing @size parameter description.

Updated the patch in place accordingly. Thanks.