Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fadc59c authored by Randy Dunlap's avatar Randy Dunlap Committed by J. Bruce Fields
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJeff Layton <jeff.layton@primarydata.com>
parent 1f65c17e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1568,6 +1568,7 @@ int fcntl_getlease(struct file *filp)
 * 			    desired lease.
 * 			    desired lease.
 * @dentry:	dentry to check
 * @dentry:	dentry to check
 * @arg:	type of lease that we're trying to acquire
 * @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
 * Check to see if there's an existing open fd on this file that would
 * conflict with the lease we're trying to set.
 * conflict with the lease we're trying to set.