Commit f95d882d authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

PCI/sysfs/kobject kernel-doc fixes

Fix kernel-doc warnings in PCI, sysfs, and kobject files.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8a03d9a4
...@@ -415,6 +415,7 @@ static struct kobj_type pci_driver_kobj_type = { ...@@ -415,6 +415,7 @@ static struct kobj_type pci_driver_kobj_type = {
* __pci_register_driver - register a new pci driver * __pci_register_driver - register a new pci driver
* @drv: the driver structure to register * @drv: the driver structure to register
* @owner: owner module of drv * @owner: owner module of drv
* @mod_name: module name string
* *
* Adds the driver structure to the list of registered drivers. * Adds the driver structure to the list of registered drivers.
* Returns a negative value on error, otherwise 0. * Returns a negative value on error, otherwise 0.
......
...@@ -1300,7 +1300,7 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask) ...@@ -1300,7 +1300,7 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask)
/** /**
* pci_select_bars - Make BAR mask from the type of resource * pci_select_bars - Make BAR mask from the type of resource
* @pdev: the PCI device for which BAR mask is made * @dev: the PCI device for which BAR mask is made
* @flags: resource type mask to be selected * @flags: resource type mask to be selected
* *
* This helper routine makes bar mask from the type of resource. * This helper routine makes bar mask from the type of resource.
......
...@@ -54,7 +54,7 @@ static struct sysfs_ops subsys_sysfs_ops = { ...@@ -54,7 +54,7 @@ static struct sysfs_ops subsys_sysfs_ops = {
/** /**
* add_to_collection - add buffer to a collection * add_to_collection - add buffer to a collection
* @buffer: buffer to be added * @buffer: buffer to be added
* @node inode of set to add to * @node: inode of set to add to
*/ */
static inline void static inline void
......
...@@ -326,6 +326,7 @@ int kobject_rename(struct kobject * kobj, const char *new_name) ...@@ -326,6 +326,7 @@ int kobject_rename(struct kobject * kobj, const char *new_name)
/** /**
* kobject_rename - change the name of an object * kobject_rename - change the name of an object
* @kobj: object in question. * @kobj: object in question.
* @new_parent: object's new parent
* @new_name: object's new name * @new_name: object's new name
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment