]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
nbft: Doc typo - Use nvme_nbft_free() instead of nbft_free()
authorMartin Belanger <martin.belanger@dell.com>
Thu, 13 Apr 2023 13:27:04 +0000 (09:27 -0400)
committerDaniel Wagner <wagi@monom.org>
Mon, 17 Apr 2023 07:47:05 +0000 (09:47 +0200)
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
src/nvme/nbft.c

index c0af2b375b3c4155e9faf9eb3183b7f7036fba2d..a08576839784b6dfe1c3c5a7154a91d5dd89a07e 100644 (file)
@@ -663,7 +663,7 @@ void nvme_nbft_free(struct nbft_info *nbft)
  * @filename: Filename of the raw NBFT table to read.
  *
  * Read and parse the specified NBFT file into a struct nbft_info.
- * Free with nbft_free().
+ * Free with nvme_nbft_free().
  *
  * Return: 0 on success, errno otherwise.
  */