From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: linux-scsi@vger.kernel.org
Cc: james.bottomley@hansenpartnership.com, akpm@linux-foundation.org
Subject: [PATCH 6/8] kernel-doc: fix scsi docbook
Date: Sun, 3 Feb 2008 15:06:36 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0802031445490.3021@shark.he.net> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
Add missing function parameter descriptions.
Make function short description fit on one line as required.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/scsi/scsi.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- linux-2.6.24-git12.orig/drivers/scsi/scsi.c
+++ linux-2.6.24-git12/drivers/scsi/scsi.c
@@ -969,9 +969,10 @@ void starget_for_each_device(struct scsi
EXPORT_SYMBOL(starget_for_each_device);
/**
- * __starget_for_each_device - helper to walk all devices of a target
- * (UNLOCKED)
+ * __starget_for_each_device - helper to walk all devices of a target (UNLOCKED)
* @starget: target whose devices we want to iterate over.
+ * @data: parameter for callback @fn()
+ * @fn: callback function that is invoked for each device
*
* This traverses over each device of @starget. It does _not_
* take a reference on the scsi_device, so the whole loop must be
next reply other threads:[~2008-02-03 23:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-03 23:06 Randy.Dunlap [this message]
2008-02-04 0:30 ` [PATCH 6/8] kernel-doc: fix scsi docbook James Bottomley
2008-02-04 4:22 ` Randy.Dunlap
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=Pine.LNX.4.64.0802031445490.3021@shark.he.net \
--to=rdunlap@xenotime.net \
--cc=akpm@linux-foundation.org \
--cc=james.bottomley@hansenpartnership.com \
--cc=linux-scsi@vger.kernel.org \
/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