PCI: hotplug: Remove "Returns" kerneldoc from void functions
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 30 Sep 2024 12:44:36 +0000 (15:44 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 30 Sep 2024 17:02:53 +0000 (12:02 -0500)
commit43ee11adcb940204948ac0ca3a05d6178f0e8b08
tree60911318540f893cd5d65759a99aac85ebd44be0
parentb21a18f730e4b659be951a041eff682a60c0f4a0
PCI: hotplug: Remove "Returns" kerneldoc from void functions

pci_hp_deregister() was converted to void by the commit 51bbf9bee34f ("PCI:
hotplug: Demidlayer registration with the core") but its kerneldoc still
describes the return value. pci_hp_del() and pci_hp_destroy() have been
void since they were introduced in that same commit.

Remove the return value description from the kerneldoc of those functions.

Link: https://lore.kernel.org/r/20240930124436.17908-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/pci_hotplug_core.c