lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 9 Aug 2015 18:37:33 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	axboe <axboe@...nel.dk>, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] block: fix blk-core.c kernel-doc warning

From: Randy Dunlap <rdunlap@...radead.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@...radead.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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ