mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-12-18 08:36:21 +01:00
Rearrange kernel-doc notation for 2 functions to eliminate
kernel-doc warnings. Use Return: notation for the function
return value description. Add function short descriptions
for both functions.
Correct 2 typos.
Fixes these kernel-doc warnings:
msi-octeon.c:49: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Called when a driver request MSI interrupts instead of the
msi-octeon.c:49: warning: missing initial short description on line:
* Called when a driver request MSI interrupts instead of the
msi-octeon.c:62: warning: No description found for return value of 'arch_setup_msi_irq'
msi-octeon.c:189: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Called when a device no longer needs its MSI interrupts. All
msi-octeon.c:189: warning: missing initial short description on line:
* Called when a device no longer needs its MSI interrupts. All
Fixes:
|
||
|---|---|---|
| .. | ||
| fixup-ath79.c | ||
| fixup-bcm63xx.c | ||
| fixup-cobalt.c | ||
| fixup-fuloong2e.c | ||
| fixup-ip32.c | ||
| fixup-lantiq.c | ||
| fixup-lemote2f.c | ||
| fixup-malta.c | ||
| fixup-rbtx4927.c | ||
| fixup-rc32434.c | ||
| fixup-sb1250.c | ||
| fixup-sni.c | ||
| Makefile | ||
| msi-octeon.c | ||
| ops-bcm63xx.c | ||
| ops-bonito64.c | ||
| ops-gt64xxx_pci0.c | ||
| ops-lantiq.c | ||
| ops-loongson2.c | ||
| ops-mace.c | ||
| ops-msc.c | ||
| ops-rc32434.c | ||
| ops-sni.c | ||
| ops-tx4927.c | ||
| pci-alchemy.c | ||
| pci-ar71xx.c | ||
| pci-ar724x.c | ||
| pci-ar2315.c | ||
| pci-bcm47xx.c | ||
| pci-bcm63xx.c | ||
| pci-bcm63xx.h | ||
| pci-bcm1480.c | ||
| pci-bcm1480ht.c | ||
| pci-generic.c | ||
| pci-ip27.c | ||
| pci-ip32.c | ||
| pci-lantiq.c | ||
| pci-lantiq.h | ||
| pci-legacy.c | ||
| pci-malta.c | ||
| pci-mt7620.c | ||
| pci-octeon.c | ||
| pci-rc32434.c | ||
| pci-rt2880.c | ||
| pci-rt3883.c | ||
| pci-sb1250.c | ||
| pci-tx4927.c | ||
| pci-tx4938.c | ||
| pci-xtalk-bridge.c | ||
| pci.c | ||
| pcie-octeon.c | ||