On Tue, Mar 04, 2025 at 06:01:10PM +0200, Ilpo Järvinen wrote: > On Mon, 3 Mar 2025, Bjorn Helgaas wrote: > > - * disable_ecrc_checking - disables PCIe ECRC checking for a device > > + * disable_ecrc_checking - disable PCIe ECRC checking for a device > > * @dev: the PCI device > > * > > - * Returns 0 on success, or negative on failure. > > + * Return 0 on success, or negative on failure. > > The proper kerneldoc formatting for return line is with :, so: > > Return: ... Thanks, fixed this and several others in this file. There are LOTS more in drivers/pci, but I'm deferring those to a possible future kernel-doc cleanup. Bjorn