diff mbox

fs: fix fs/locks.c kernel-doc warning

Message ID 55C801B5.40800@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Aug. 10, 2015, 1:43 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warnings in fs/locks.c:

Warning(..//fs/locks.c:1577): No description found for parameter 'flags'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 fs/locks.c |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Jeff Layton Aug. 10, 2015, 11:35 a.m. UTC | #1
On Sun, 9 Aug 2015 18:43:17 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix kernel-doc warnings in fs/locks.c:
> 
> Warning(..//fs/locks.c:1577): No description found for parameter 'flags'
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
>  fs/locks.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- lnx-42-rc6.orig/fs/locks.c
> +++ lnx-42-rc6/fs/locks.c
> @@ -1568,6 +1568,7 @@ int fcntl_getlease(struct file *filp)
>   * 			    desired lease.
>   * @dentry:	dentry to check
>   * @arg:	type of lease that we're trying to acquire
> + * @flags:	current lock flags
>   *
>   * Check to see if there's an existing open fd on this file that would
>   * conflict with the lease we're trying to set.

Merged for v4.3.

Thanks!
diff mbox

Patch

--- lnx-42-rc6.orig/fs/locks.c
+++ lnx-42-rc6/fs/locks.c
@@ -1568,6 +1568,7 @@  int fcntl_getlease(struct file *filp)
  * 			    desired lease.
  * @dentry:	dentry to check
  * @arg:	type of lease that we're trying to acquire
+ * @flags:	current lock flags
  *
  * Check to see if there's an existing open fd on this file that would
  * conflict with the lease we're trying to set.