All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] block: fix blk-core.c kernel-doc warning
@ 2015-10-31  1:36 Randy Dunlap
  2015-11-02 13:59 ` Jeff Moyer
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-10-31  1:36 UTC (permalink / raw)
  To: LKML, axboe; +Cc: Andrew Morton, Jeff Moyer

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning in blk-core.c:

Warning(..//block/blk-core.c:1549): No description found for parameter 'same_queue_rq'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jeff Moyer <jmoyer@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
---
 block/blk-core.c |    3 +++
 1 file changed, 3 insertions(+)

--- lnx-43-rc7.orig/block/blk-core.c
+++ lnx-43-rc7/block/blk-core.c
@@ -1529,6 +1529,9 @@ bool bio_attempt_front_merge(struct requ
  * @q: request_queue new bio is being queued at
  * @bio: new bio being queued
  * @request_count: out parameter for number of traversed plugged requests
+ * @same_queue_rq: pointer to &struct request that gets filled in when
+ * another request associated with @q is found on the plug list
+ * (optional, may be %NULL)
  *
  * Determine whether @bio being queued on @q can be merged with a request
  * on %current's plugged list.  Returns %true if merge was successful,

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

* Re: [PATCH v2] block: fix blk-core.c kernel-doc warning
  2015-10-31  1:36 [PATCH v2] block: fix blk-core.c kernel-doc warning Randy Dunlap
@ 2015-11-02 13:59 ` Jeff Moyer
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Moyer @ 2015-11-02 13:59 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, axboe, Andrew Morton

Randy Dunlap <rdunlap@infradead.org> writes:

> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix kernel-doc warning in blk-core.c:
>
> Warning(..//block/blk-core.c:1549): No description found for parameter 'same_queue_rq'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jeff Moyer <jmoyer@redhat.com>
> Cc: Jens Axboe <axboe@kernel.dk>

Thanks, Randy.

Reviewed-by: Jeff Moyer <jmoyer@redhat.com>

> ---
>  block/blk-core.c |    3 +++
>  1 file changed, 3 insertions(+)
>
> --- lnx-43-rc7.orig/block/blk-core.c
> +++ lnx-43-rc7/block/blk-core.c
> @@ -1529,6 +1529,9 @@ bool bio_attempt_front_merge(struct requ
>   * @q: request_queue new bio is being queued at
>   * @bio: new bio being queued
>   * @request_count: out parameter for number of traversed plugged requests
> + * @same_queue_rq: pointer to &struct request that gets filled in when
> + * another request associated with @q is found on the plug list
> + * (optional, may be %NULL)
>   *
>   * Determine whether @bio being queued on @q can be merged with a request
>   * on %current's plugged list.  Returns %true if merge was successful,

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

end of thread, other threads:[~2015-11-02 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-31  1:36 [PATCH v2] block: fix blk-core.c kernel-doc warning Randy Dunlap
2015-11-02 13:59 ` Jeff Moyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.