From: Chuck Lever Date: Tue, 25 Oct 2011 16:17:43 +0000 (-0400) Subject: NFS: Fix documenting comment for nfs_create_request() X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~1585^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c02f557dd0a026d7147da3b6f7daf52c6ff5580f;p=mirror_ubuntu-zesty-kernel.git NFS: Fix documenting comment for nfs_create_request() Clean up: the first parameter of nfs_create_request() has been incorrectly documented since time immemorial (OK, since before 2.6.12). Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index b60970cc7f1f..0a5ff5c19511 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -41,7 +41,7 @@ nfs_page_free(struct nfs_page *p) /** * nfs_create_request - Create an NFS read/write request. - * @file: file descriptor to use + * @ctx: open context to use * @inode: inode to which the request is attached * @page: page to write * @offset: starting offset within the page for the write