habanalabs: Fix kernel-doc
Fix the following W=1 kernel warnings: drivers/misc/habanalabs/common/pci/pci.c:454: warning: expecting prototype for hl_fw_fini(). Prototype was for hl_pci_fini() instead. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
a43a9f6777
commit
858e6d4085
|
@ -445,7 +445,7 @@ disable_device:
|
|||
}
|
||||
|
||||
/**
|
||||
* hl_fw_fini() - PCI finalization code.
|
||||
* hl_pci_fini() - PCI finalization code.
|
||||
* @hdev: Pointer to hl_device structure
|
||||
*
|
||||
* Unmap PCI bars and disable PCI device.
|
||||
|
|
Loading…
Reference in New Issue