All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Waugh <twaugh@redhat.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.0test13pre3ac1
Date: Mon, 18 Dec 2000 20:54:06 +0000	[thread overview]
Message-ID: <20001218205406.O1039@redhat.com> (raw)
In-Reply-To: <E14868l-00064b-00@the-village.bc.nu>
In-Reply-To: <E14868l-00064b-00@the-village.bc.nu>; from alan@lxorguk.ukuu.org.uk on Mon, Dec 18, 2000 at 07:40:03PM +0000

On Mon, Dec 18, 2000 at 07:40:03PM +0000, Alan Cox wrote:

> o	Add documentation to the PCI api		(Jani Monoses)

Needs this:

--- linux-2.4.0test13pre3-ac1/drivers/pci/pci.c.pcidoc	Mon Dec 18 20:46:08 2000
+++ linux-2.4.0test13pre3-ac1/drivers/pci/pci.c	Mon Dec 18 20:51:20 2000
@@ -73,7 +73,7 @@
  * found with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its
  * device structure is returned.  Otherwise, %NULL is returned.
  * A new search is initiated by passing %NULL to the @from argument.
- * Otherwise if @from is not %NULL, searches continue from that point.
+ * Otherwise if @from is not %NULL, searches continue from next device on the global list.
  */
 struct pci_dev *
 pci_find_subsys(unsigned int vendor, unsigned int device,
@@ -105,7 +105,7 @@
  * found with a matching @vendor and @device, a pointer to its device structure is
  * returned.  Otherwise, %NULL is returned.
  * A new search is initiated by passing %NULL to the @from argument.
- * Otherwise if @from is not %NULL, searches continue from that point.
+ * Otherwise if @from is not %NULL, searches continue from next device on the global list.
  */
 struct pci_dev *
 pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from)
@@ -123,7 +123,7 @@
  * found with a matching @class, a pointer to its device structure is
  * returned.  Otherwise, %NULL is returned.
  * A new search is initiated by passing %NULL to the @from argument.
- * Otherwise if @from is not %NULL, searches continue from that point.
+ * Otherwise if @from is not %NULL, searches continue from next device on the global list.
  */
 struct pci_dev *
 pci_find_class(unsigned int class, const struct pci_dev *from)
@@ -370,7 +370,7 @@
  * 
  * Adds the driver structure to the list of registered drivers
  * Returns the number of pci devices which were claimed by the driver
- * during registration
+ * during registration.
  */
 int
 pci_register_driver(struct pci_driver *drv)
@@ -392,7 +392,7 @@
  * 
  * Deletes the driver structure from the list of registered PCI drivers,
  * gives it a chance to clean up and marks the devices for which it
- * was responsible as driverless 
+ * was responsible as driverless.
  */
 
 void
@@ -461,7 +461,7 @@
  * @dev: the device to insert
  * @bus: where to insert it
  *
- * Add a new device to the device lists and notify userspace (/sbin/hotplug)
+ * Add a new device to the device lists and notify userspace (/sbin/hotplug).
  */
 void
 pci_insert_device(struct pci_dev *dev, struct pci_bus *bus)
@@ -500,7 +500,7 @@
  * @dev: the device to remove
  *
  * Delete the device structure from the device lists and 
- * notify userspace (/sbin/hotplug)
+ * notify userspace (/sbin/hotplug).
  */
 void
 pci_remove_device(struct pci_dev *dev)
@@ -532,7 +532,7 @@
  * @dev: the device to query
  *
  * Returns the appropriate pci_driver structure or %NULL if there is no 
- * registered driver for the device
+ * registered driver for the device.
  */
 struct pci_driver *
 pci_dev_driver(const struct pci_dev *dev)
@@ -590,7 +590,7 @@
  * @dev: the PCI device to enable
  *
  * Enables bus-mastering on the device and calls pcibios_set_master()
- * to do the needed arch specific settings
+ * to do the needed arch specific settings.
  */
 void
 pci_set_master(struct pci_dev *dev)
@@ -940,7 +940,7 @@
  * vendor,class,memory and IO-space addresses,IRQ lines etc.
  * Called at initialisation of the PCI subsystem and by CardBus services.
  * Returns 0 on success and -1 if unknown type of device (not normal, bridge
- * or CardBus)
+ * or CardBus).
  */
 int pci_setup_device(struct pci_dev * dev)
 {

Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  parent reply	other threads:[~2000-12-18 21:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-18 19:40 Linux 2.4.0test13pre3ac1 Alan Cox
2000-12-18 20:17 ` Jani Monoses
2000-12-18 20:41   ` Tim Waugh
2000-12-18 21:52   ` Alan Cox
2000-12-18 20:52 ` Tim Waugh
2000-12-18 20:53 ` Tim Waugh
2000-12-18 20:54 ` Tim Waugh [this message]
2000-12-18 23:08 ` Alexander Viro

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=20001218205406.O1039@redhat.com \
    --to=twaugh@redhat.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.