All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: "Martin K . Petersen" <martin.petersen@oracle.com>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>,
	linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>,
	Kashyap Desai <kashyap.desai@broadcom.com>,
	Sumit Saxena <sumit.saxena@broadcom.com>,
	Shivasharan S <shivasharan.srikanteshwara@broadcom.com>,
	"James E.J. Bottomley" <jejb@linux.ibm.com>
Subject: [PATCH v2 09/12] scsi: megaraid: Fix a kernel-doc warning
Date: Mon, 29 Nov 2021 11:46:06 -0800	[thread overview]
Message-ID: <20211129194609.3466071-10-bvanassche@acm.org> (raw)
In-Reply-To: <20211129194609.3466071-1-bvanassche@acm.org>

Fix the following kernel-doc warning:

drivers/scsi/megaraid/megaraid_mbox.c:1439: warning: Excess function parameter 'done' description in 'megaraid_queue_command_lck'

Fixes: af049dfd0b10 ("scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 drivers/scsi/megaraid/megaraid_mbox.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c
index 14f930d27ca1..2a339d4a7e9d 100644
--- a/drivers/scsi/megaraid/megaraid_mbox.c
+++ b/drivers/scsi/megaraid/megaraid_mbox.c
@@ -1431,7 +1431,6 @@ mbox_post_cmd(adapter_t *adapter, scb_t *scb)
 /**
  * megaraid_queue_command_lck - generic queue entry point for all LLDs
  * @scp		: pointer to the scsi command to be executed
- * @done	: callback routine to be called after the cmd has be completed
  *
  * Queue entry point for mailbox based controllers.
  */

  parent reply	other threads:[~2021-11-29 19:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 19:45 [PATCH v2 00/12] A series of small SCSI patches Bart Van Assche
2021-11-29 19:45 ` [PATCH v2 01/12] scsi: core: Suppress a kernel-doc warning Bart Van Assche
2021-12-13  2:53   ` Randy Dunlap
2021-12-13  3:03     ` Bart Van Assche
2021-12-13  3:06       ` Randy Dunlap
2021-11-29 19:45 ` [PATCH v2 02/12] scsi: core: Declare 'scsi_scan_type' static Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 03/12] scsi: core: Show SCMD_LAST in text form Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 04/12] scsi: a100u2w: Fix a kernel-doc warning Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 05/12] scsi: atp870u: " Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 06/12] scsi: bfa: Declare 'bfad_im_vport_attrs' static Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 07/12] scsi: dc395x: Fix a kernel-doc warning Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 08/12] scsi: initio: " Bart Van Assche
2021-11-29 19:46 ` Bart Van Assche [this message]
2021-11-29 19:46 ` [PATCH v2 10/12] scsi: pm8001: Fix kernel-doc warnings Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 11/12] scsi: pmcraid: Fix a kernel-doc warning Bart Van Assche
2021-11-29 19:46 ` [PATCH v2 12/12] scsi: Remove superfluous #include <linux/async.h> directives Bart Van Assche
2021-11-30  4:02 ` [PATCH v2 00/12] A series of small SCSI patches Martin K. Petersen
2021-12-03  3:03 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211129194609.3466071-10-bvanassche@acm.org \
    --to=bvanassche@acm.org \
    --cc=jaegeuk@kernel.org \
    --cc=jejb@linux.ibm.com \
    --cc=kashyap.desai@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=shivasharan.srikanteshwara@broadcom.com \
    --cc=sumit.saxena@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.