diff -urN --exclude-from=/home/davej/.exclude linux-ac/drivers/pci/pci.c linux-dj/drivers/pci/pci.c --- linux-ac/drivers/pci/pci.c Sat Aug 18 17:00:16 2001 +++ linux-dj/drivers/pci/pci.c Sat Aug 18 22:07:22 2001 @@ -307,8 +307,8 @@ /** * pci_save_state - save the PCI configuration space of a device before suspending - * @dev - PCI device that we're dealing with - * @buffer - buffer to hold config space context + * @dev: - PCI device that we're dealing with + * @buffer: - buffer to hold config space context * * @buffer must be large enough to hold the entire PCI 2.2 config space * (>= 64 bytes). @@ -327,8 +327,8 @@ /** * pci_restore_state - Restore the saved state of a PCI device - * @dev - PCI device that we're dealing with - * @buffer - saved PCI config space + * @dev: - PCI device that we're dealing with + * @buffer: - saved PCI config space * */ int @@ -396,8 +396,9 @@ /** * pci_enable_wake - enable device to generate PME# when suspended - * @dev - PCI device to operate on - * @enable - Flag to enable or disable generation + * @dev: - PCI device to operate on + * @state: - Current state of device. + * @enable: - Flag to enable or disable generation * * Set the bits in the device's PM Capabilities to generate PME# when * the system is suspended. @@ -489,6 +490,7 @@ /** * pci_request_regions - Reserved PCI I/O and memory resources * @pdev: PCI device whose resources are to be reserved + * @res_name: Name to be associated with resource. * * Mark all PCI regions associated with PCI device @pdev as * being reserved by owner @res_name. Do not access any diff -urN --exclude-from=/home/davej/.exclude linux-ac/include/linux/skbuff.h linux-dj/include/linux/skbuff.h --- linux-ac/include/linux/skbuff.h Sat Aug 18 16:59:48 2001 +++ linux-dj/include/linux/skbuff.h Sat Aug 18 22:06:58 2001 @@ -1082,7 +1082,7 @@ /** * skb_linearize - convert paged skb to linear one * @skb: buffer to linarize - * @gfp_mask: allocation mode + * @gfp: allocation mode * * If there is no free memory -ENOMEM is returned, otherwise zero * is returned and the old skb data released. */