linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kurt Wall <kwall@kurtwerks.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: jgarzik@pobox.com, linux-ide@vger.kernel.org
Subject: Fix make mandocs for libata-core.c
Date: Mon, 30 Jan 2006 22:20:29 -0500	[thread overview]
Message-ID: <20060131032029.GO1501@kurtwerks.com> (raw)

"make mandocs" complains when on libata-core.c because several
functions have undescribed parameters. This patch adds silences those
warnings by adding descriptions for the undescribed parameters.

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


--- ./linux-2.6.16-rc1/drivers/scsi/libata-core.c.orig	2006-01-21 09:30:59.000000000 -0500
+++ ./linux-2.6.16-rc1/drivers/scsi/libata-core.c	2006-01-30 22:18:32.000000000 -0500
@@ -4163,6 +4163,8 @@
 /**
  *	ata_port_start - Set port up for dma.
  *	@ap: Port to initialize
+ *  @dev: Device whose port will be prepared for DMA
+ *  @cmd: Command to issue
  *
  *	Called just after data structures for each port are
  *	initialized.  Allocates space for PRD table.
@@ -4224,6 +4226,8 @@
 
 /**
  *	ata_device_resume - wakeup a previously suspended devices
+ *  @ap: port to which command is being issued
+ *  @dev: device to wake up from suspended state
  *
  *	Kick the drive back into action, by sending it an idle immediate
  *	command and making sure its transfer mode matches between drive
@@ -4246,6 +4250,8 @@
 
 /**
  *	ata_device_suspend - prepare a device for suspend
+ *  @ap: port to wich command is being issued
+ *  @dev: device to prepare for suspend
  *
  *	Flush the cache on the drive, if appropriate, then issue a
  *	standbynow command.
-- 
Critic, n.:
	A person who boasts himself hard to please because nobody tries
to please him.
		-- Ambrose Bierce, "The Devil's Dictionary"

             reply	other threads:[~2006-01-31  3:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-31  3:20 Kurt Wall [this message]
2006-01-31  4:14 ` Fix make mandocs for libata-core.c Jeff Garzik

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=20060131032029.GO1501@kurtwerks.com \
    --to=kwall@kurtwerks.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).