Re: [PATCH] fs: fix request_mask variable in generic_fillattr kerneldoc comment

From: Matthew Wilcox
Date: Mon Jul 31 2023 - 08:19:02 EST


On Mon, Jul 31, 2023 at 06:37:10AM -0400, Jeff Layton wrote:
> /**
> * generic_fillattr - Fill in the basic attributes from the inode struct
> - * @idmap: idmap of the mount the inode was found from
> - * @req_mask statx request_mask
> - * @inode: Inode to use as the source
> - * @stat: Where to fill in the attributes
> + * @idmap: idmap of the mount the inode was found from
> + * @request_mask statx request_mask

Missing the colon after request_mask.

> + * @inode: Inode to use as the source
> + * @stat: Where to fill in the attributes