PCI/IOV: Fix wrong kernel-doc identifier
authorLeon Romanovsky <leonro@nvidia.com>
Mon, 7 Mar 2022 11:33:25 +0000 (13:33 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 7 Mar 2022 19:06:10 +0000 (12:06 -0700)
commit8d26c4328b468e449df21314ef993eeaefc0306f
treeae46cef26a654685862db48895f083ecc8c4e202
parentf8a665b1594799fb25fa9cd6a623469707c69c16
PCI/IOV: Fix wrong kernel-doc identifier

Replace "-" to be ":" in comment section to be aligned with
kernel-doc format.

drivers/pci/iov.c:67: warning: Function parameter or member 'dev' not described in 'pci_iov_get_pf_drvdata'
drivers/pci/iov.c:67: warning: Function parameter or member 'pf_driver' not described in 'pci_iov_get_pf_drvdata'

Fixes: a7e9f240c0da ("PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/8cecf7df45948a256dc56148cf9e87b2f2bb4198.1646652504.git.leonro@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/pci/iov.c