* [PATCH] block: fix blk-core.c kernel-doc warning
@ 2015-08-10 1:37 Randy Dunlap
2015-10-15 16:29 ` Jeff Moyer
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-08-10 1:37 UTC (permalink / raw)
To: axboe, LKML
From: Randy Dunlap <rdunlap@infradead.org>
Fix kernel-doc warning in blk-core.c:
Warning(..//block/blk-core.c:1545): No description found for parameter 'same_queue_rq'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
block/blk-core.c | 2 ++
1 file changed, 2 insertions(+)
--- lnx-42-rc6.orig/block/blk-core.c
+++ lnx-42-rc6/block/blk-core.c
@@ -1525,6 +1525,8 @@ 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 may be updated if same
+ * queue is found (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] block: fix blk-core.c kernel-doc warning
2015-08-10 1:37 [PATCH] block: fix blk-core.c kernel-doc warning Randy Dunlap
@ 2015-10-15 16:29 ` Jeff Moyer
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Moyer @ 2015-10-15 16:29 UTC (permalink / raw)
To: Randy Dunlap; +Cc: axboe, LKML
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:1545): No description found for parameter 'same_queue_rq'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> block/blk-core.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- lnx-42-rc6.orig/block/blk-core.c
> +++ lnx-42-rc6/block/blk-core.c
> @@ -1525,6 +1525,8 @@ 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 may be updated if same
> + * queue is found (optional, may be %NULL)
pointer to &struct request that gets filled in when another request
associated with @q is found on the plug list (optional, may be %NULL).
Cheers,
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-15 16:29 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:37 [PATCH] block: fix blk-core.c kernel-doc warning Randy Dunlap
2015-10-15 16:29 ` Jeff Moyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®