From: Randy Dunlap Date: Mon, 1 Mar 2010 01:32:45 +0000 (-0800) Subject: scsi.c: add missing kernel-doc notation for new VPD parameters X-Git-Tag: v3.12-rc1~11259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=786f8ba2e9449a7f01ec6bc35838d0a335921061;p=kernel%2Fkernel-generic.git scsi.c: add missing kernel-doc notation for new VPD parameters 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 Cc: James Bottomley Signed-off-by: Linus Torvalds --- diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 513661f..1c08f61 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c @@ -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).