diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-10-13 12:15:09 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-10-23 12:42:17 -0400 |
commit | aa198bf1dadefaefeb2c4a32444dfc6c7f93938d (patch) | |
tree | 639718c7c6500eca603c9619e339f06a539ed2a7 /drivers/scsi/scsi_netlink.c | |
parent | 10dab22664914505dcb804d9ad09cad6bc94d349 (diff) |
[SCSI] fix netlink kernel-doc
Fix kernel-doc warning: the function short description must be on one
line and the previous comment is not kernel-doc but it was confusing
scripts/kernel-doc.
Warning(lin2627-g3-kdocfixes//drivers/scsi/scsi_netlink.c:221): No description found for parameter 'skb'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/scsi_netlink.c')
-rw-r--r-- | drivers/scsi/scsi_netlink.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/scsi/scsi_netlink.c b/drivers/scsi/scsi_netlink.c index b37e133de805..723fdecd91bd 100644 --- a/drivers/scsi/scsi_netlink.c +++ b/drivers/scsi/scsi_netlink.c | |||
@@ -205,16 +205,13 @@ static struct notifier_block scsi_netlink_notifier = { | |||
205 | }; | 205 | }; |
206 | 206 | ||
207 | 207 | ||
208 | /** | 208 | /* |
209 | * GENERIC SCSI transport receive and event handlers | 209 | * GENERIC SCSI transport receive and event handlers |
210 | **/ | 210 | */ |
211 | 211 | ||
212 | /** | 212 | /** |
213 | * scsi_generic_msg_handler - receive message handler for GENERIC transport | 213 | * scsi_generic_msg_handler - receive message handler for GENERIC transport messages |
214 | * messages | ||
215 | * | ||
216 | * @skb: socket receive buffer | 214 | * @skb: socket receive buffer |
217 | * | ||
218 | **/ | 215 | **/ |
219 | static int | 216 | static int |
220 | scsi_generic_msg_handler(struct sk_buff *skb) | 217 | scsi_generic_msg_handler(struct sk_buff *skb) |