mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
kdoc: fix nfp_fw_load documentation
Fixed the incorrect prefix for the 'nfp_fw_load' function. Signed-off-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0fbee0ec1f
commit
8fb822ce93
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ nfp_get_fw_policy_value(struct pci_dev *pdev, struct nfp_nsp *nsp,
|
|||
}
|
||||
|
||||
/**
|
||||
* nfp_net_fw_load() - Load the firmware image
|
||||
* nfp_fw_load() - Load the firmware image
|
||||
* @pdev: PCI Device structure
|
||||
* @pf: NFP PF Device structure
|
||||
* @nsp: NFP SP handle
|
||||
|
|
Loading…
Add table
Reference in a new issue