mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 01:51:53 +00:00
PCI/AER: Fix kernel-doc warnings
Kernel-doc validator complains: aer.c:207: warning: Function parameter or member 'str' not described in 'pcie_ecrc_get_policy' aer.c:1209: warning: Function parameter or member 'irq' not described in 'aer_isr' aer.c:1209: warning: Function parameter or member 'context' not described in 'aer_isr' aer.c:1209: warning: Excess function parameter 'work' description in 'aer_isr' Fix the above accordingly. Link: https://lore.kernel.org/r/20190827151823.75312-2-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
This commit is contained in:
parent
6a8c97345a
commit
161eea1b25
@ -202,6 +202,7 @@ void pcie_set_ecrc_checking(struct pci_dev *dev)
|
||||
|
||||
/**
|
||||
* pcie_ecrc_get_policy - parse kernel command-line ecrc option
|
||||
* @str: ECRC policy from kernel command line to use
|
||||
*/
|
||||
void pcie_ecrc_get_policy(char *str)
|
||||
{
|
||||
@ -1260,7 +1261,8 @@ static void aer_isr_one_error(struct aer_rpc *rpc,
|
||||
|
||||
/**
|
||||
* aer_isr - consume errors detected by root port
|
||||
* @work: definition of this work item
|
||||
* @irq: IRQ assigned to Root Port
|
||||
* @context: pointer to Root Port data structure
|
||||
*
|
||||
* Invoked, as DPC, when root port records new detected error
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user