]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs: fix fs/locks.c kernel-doc warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 10 Aug 2015 01:43:17 +0000 (18:43 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 31 Aug 2015 20:27:25 +0000 (16:27 -0400)
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>
Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
fs/locks.c

index d3d558ba4da7966de9699aeb98b2630bd7c6854e..2a54c800a22391cbd78af02f2d9a70804519c815 100644 (file)
@@ -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.