linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: fix fs/locks.c kernel-doc warning
@ 2015-08-10  1:43 Randy Dunlap
  2015-08-10 11:35 ` Jeff Layton
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-08-10  1:43 UTC (permalink / raw)
  To: Linux FS Devel, Al Viro; +Cc: Jeff Layton, J. Bruce Fields

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: fix fs/locks.c kernel-doc warning
  2015-08-10  1:43 [PATCH] fs: fix fs/locks.c kernel-doc warning Randy Dunlap
@ 2015-08-10 11:35 ` Jeff Layton
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Layton @ 2015-08-10 11:35 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux FS Devel, Al Viro, J. Bruce Fields

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!
-- 
Jeff Layton <jlayton@poochiereds.net>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-10 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10  1:43 [PATCH] fs: fix fs/locks.c kernel-doc warning Randy Dunlap
2015-08-10 11:35 ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).