linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (Fixed Whitespace) Fix make mandocs on libata-scsi.c
@ 2006-01-31  3:37 Kurt Wall
  0 siblings, 0 replies; only message in thread
From: Kurt Wall @ 2006-01-31  3:37 UTC (permalink / raw)
  To: LKML, jgarzik, linux-ide

"make mandocs" complains when on libata-scsi.c because
ata_scsi_simulate() has undescribed parameters. This patch adds silences 
this warnings by adding descriptions for the undescribed parameters.

Signed-off-by: Kurt Wall <kwall@kurtwerks.com>

--- ./linux-2.6.16-rc1/drivers/scsi/libata-scsi.c.orig	2006-01-21 09:30:59.000000000 -0500
+++ ./linux-2.6.16-rc1/drivers/scsi/libata-scsi.c	2006-01-30 22:34:44.000000000 -0500
@@ -2492,7 +2492,8 @@
 
 /**
  *	ata_scsi_simulate - simulate SCSI command on ATA device
- *	@id: current IDENTIFY data for target device.
+ *	@ap: Port to which command is being sent
+ *	@dev: Device to which to send command
  *	@cmd: SCSI command being sent to device.
  *	@done: SCSI command completion function.
  *

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-31  3:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31  3:37 (Fixed Whitespace) Fix make mandocs on libata-scsi.c Kurt Wall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).