diff options
| author | Krzysztof Wilczyński <[email protected]> | 2021-07-03 15:13:02 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2021-07-06 15:37:46 +0000 |
| commit | 347269c113f10fbe893f11dd3ae5f44aa15d3111 (patch) | |
| tree | c8bdd6703fbf7466dd25868ae7631602edf54891 /drivers/pci/controller/pcie-iproc-msi.c | |
| parent | Linux 5.13-rc1 (diff) | |
| download | kernel-347269c113f10fbe893f11dd3ae5f44aa15d3111.tar.gz kernel-347269c113f10fbe893f11dd3ae5f44aa15d3111.zip | |
PCI: Fix kernel-doc formatting
Fix kernel-doc formatting throughout drivers/pci and related include files.
No change to functionality intended.
Check for warnings:
$ find include drivers/pci -type f -path "*pci*.[ch]" | xargs scripts/kernel-doc -none
[bhelgaas: squashed to one commit]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pcie-iproc-msi.c')
| -rw-r--r-- | drivers/pci/controller/pcie-iproc-msi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/controller/pcie-iproc-msi.c b/drivers/pci/controller/pcie-iproc-msi.c index eede4e8f3f75..21d28dc0b901 100644 --- a/drivers/pci/controller/pcie-iproc-msi.c +++ b/drivers/pci/controller/pcie-iproc-msi.c @@ -49,7 +49,7 @@ enum iproc_msi_reg { struct iproc_msi; /** - * iProc MSI group + * struct iproc_msi_grp - iProc MSI group * * One MSI group is allocated per GIC interrupt, serviced by one iProc MSI * event queue. @@ -65,7 +65,7 @@ struct iproc_msi_grp { }; /** - * iProc event queue based MSI + * struct iproc_msi - iProc event queue based MSI * * Only meant to be used on platforms without MSI support integrated into the * GIC. |
