]> Git Repo - linux.git/commitdiff
scsi.c: add missing kernel-doc notation for new VPD parameters
authorRandy Dunlap <[email protected]>
Mon, 1 Mar 2010 01:32:45 +0000 (17:32 -0800)
committerLinus Torvalds <[email protected]>
Mon, 1 Mar 2010 16:11:54 +0000 (08:11 -0800)
Add missing kernel-doc notation for new function parameters:

Warning(drivers/scsi/scsi.c:1031): No description found for parameter 'buf'
Warning(drivers/scsi/scsi.c:1031): No description found for parameter 'buf_len'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: James Bottomley <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/scsi/scsi.c

index 513661f45e5f23e69c2e0d8c6f5deb963365dff7..1c08f6164658155d370735e35cfbdf6b22ae7713 100644 (file)
@@ -1018,6 +1018,8 @@ static int scsi_vpd_inquiry(struct scsi_device *sdev, unsigned char *buffer,
  * scsi_get_vpd_page - Get Vital Product Data from a SCSI device
  * @sdev: The device to ask
  * @page: Which Vital Product Data to return
+ * @buf: where to store the VPD
+ * @buf_len: number of bytes in the VPD buffer area
  *
  * SCSI devices may optionally supply Vital Product Data.  Each 'page'
  * of VPD is defined in the appropriate SCSI document (eg SPC, SBC).
This page took 0.067367 seconds and 4 git commands to generate.