From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] fs: fix fs/locks.c kernel-doc warning Date: Sun, 9 Aug 2015 18:43:17 -0700 Message-ID: <55C801B5.40800@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jeff Layton , "J. Bruce Fields" To: Linux FS Devel , Al Viro Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:39779 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752127AbbHJBnU (ORCPT ); Sun, 9 Aug 2015 21:43:20 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix kernel-doc warnings in fs/locks.c: Warning(..//fs/locks.c:1577): No description found for parameter 'flags' Signed-off-by: Randy Dunlap --- 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.