summaryrefslogtreecommitdiff
path: root/fs/locks.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2015-08-09 18:43:17 -0700
committerJ. Bruce Fields <bfields@redhat.com>2015-08-31 16:27:25 -0400
commit7fadc59cc89f207ff6ca3d0951e11265fb4f806e (patch)
tree84d36705ea6b22431c39648b9399e37bd43f3adc /fs/locks.c
parent1f65c17e15992193f1c3f735696872cb75191517 (diff)
fs: fix fs/locks.c kernel-doc warning
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>
Diffstat (limited to 'fs/locks.c')
-rw-r--r--fs/locks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/locks.c b/fs/locks.c
index d3d558ba4da7..2a54c800a223 100644
--- a/fs/locks.c
+++ b/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.