public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Maxey <dwm@enoyolf.org>
To: Mike Christie <michaelc@cs.wisc.edu>
Cc: Ravi Anand <ravi.anand@qlogic.com>,
	David Somayajulu <david.somayajulu@qlogic.com>,
	open-iscsi@googlegroups.com, linux-scsi@vger.kernel.org
Subject: [PATCH 1/3] qla4xxx: clarify doc for probe_adapter
Date: Wed, 09 Aug 2006 13:42:20 -0500	[thread overview]
Message-ID: <20060809184220.2021.99439.stgit@bebe.enoyolf.org> (raw)
In-Reply-To: <20060809182406.2021.90492.stgit@bebe.enoyolf.org>

From: Doug Maxey <dwm@enoyolf.org>

Clarify the statments in the kerneldoc header.

Signed-off-by: Doug Maxey <dwm@enoyolf.org>
---

 drivers/scsi/qla4xxx/ql4_os.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index f39eb5c..b14e63a 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -1110,11 +1110,9 @@ static void qla4xxx_do_dpc(void *data)
  * @pdev: pointer to pci_dev structure
  * @pci_device_id: pointer to pci_device entry
  *
- * This routine will probe for Qlogic 4010 iSCSI host adapters.
- * It returns the number of host adapters of a particular
- * type that were found.  It also initializes all data necessary for
- * the driver.	It is passed-in the host number, so that it
- * knows where its first entry is in the scsi_hosts[] array.
+ * This routine will probe for Qlogic 40xx iSCSI host adapters.  It
+ * returns zero if the device successfully configured.  It also
+ * initializes all data necessary for the driver.
  **/
 static int __devinit qla4xxx_probe_adapter(struct pci_dev *pdev,
 					   const struct pci_device_id *ent)

  reply	other threads:[~2006-08-09 18:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-09 18:24 [PATCHSET] qla4xxx: more qla4xxx cleanup Doug Maxey
2006-08-09 18:42 ` Doug Maxey [this message]
2006-08-09 18:42 ` [PATCH 2/3] qla4xxx: really move free_adapter Doug Maxey
2006-08-09 18:42 ` [PATCH 3/3] qla4xxx: iospace_config move defn Doug Maxey
2006-08-09 17:56   ` Mike Christie
2006-08-09 18:03     ` Mike Christie
2006-08-09 20:38       ` Doug Maxey
2006-08-09 19:23     ` David C Somayajulu
2006-08-09 20:15       ` Andrew Vasquez
2006-08-09 20:21         ` James Bottomley
2006-08-09 22:16           ` David C Somayajulu

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=20060809184220.2021.99439.stgit@bebe.enoyolf.org \
    --to=dwm@enoyolf.org \
    --cc=david.somayajulu@qlogic.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    --cc=open-iscsi@googlegroups.com \
    --cc=ravi.anand@qlogic.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox