mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
PCI: hotplug: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Link: https://lore.kernel.org/r/20240930112121.95324-23-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
9852d85ec9
commit
b21a18f730
|
|
@ -388,8 +388,8 @@ static struct hotplug_slot *get_slot_from_name(const char *name)
|
|||
|
||||
/**
|
||||
* __pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
|
||||
* @bus: bus this slot is on
|
||||
* @slot: pointer to the &struct hotplug_slot to register
|
||||
* @bus: bus this slot is on
|
||||
* @devnr: device number
|
||||
* @name: name registered with kobject core
|
||||
* @owner: caller module owner
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user