Blame libnvme-1.5-nbft-doc1.patch

Tomas Bzatek aa9c0e
From 00b48dd3c217a9271c1888e8dbeb4aa9d307e5bf Mon Sep 17 00:00:00 2001
Tomas Bzatek aa9c0e
From: Martin Belanger <martin.belanger@dell.com>
Tomas Bzatek aa9c0e
Date: Thu, 13 Apr 2023 09:27:04 -0400
Tomas Bzatek aa9c0e
Subject: [PATCH 13/18] nbft: Doc typo - Use nvme_nbft_free() instead of
Tomas Bzatek aa9c0e
 nbft_free()
Tomas Bzatek aa9c0e
Tomas Bzatek aa9c0e
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
Tomas Bzatek aa9c0e
---
Tomas Bzatek aa9c0e
 src/nvme/nbft.c | 2 +-
Tomas Bzatek aa9c0e
 1 file changed, 1 insertion(+), 1 deletion(-)
Tomas Bzatek aa9c0e
Tomas Bzatek aa9c0e
diff --git a/src/nvme/nbft.c b/src/nvme/nbft.c
Tomas Bzatek aa9c0e
index c0af2b3..a085768 100644
Tomas Bzatek aa9c0e
--- a/src/nvme/nbft.c
Tomas Bzatek aa9c0e
+++ b/src/nvme/nbft.c
Tomas Bzatek aa9c0e
@@ -663,7 +663,7 @@ void nvme_nbft_free(struct nbft_info *nbft)
Tomas Bzatek aa9c0e
  * @filename: Filename of the raw NBFT table to read.
Tomas Bzatek aa9c0e
  *
Tomas Bzatek aa9c0e
  * Read and parse the specified NBFT file into a struct nbft_info.
Tomas Bzatek aa9c0e
- * Free with nbft_free().
Tomas Bzatek aa9c0e
+ * Free with nvme_nbft_free().
Tomas Bzatek aa9c0e
  *
Tomas Bzatek aa9c0e
  * Return: 0 on success, errno otherwise.
Tomas Bzatek aa9c0e
  */
Tomas Bzatek aa9c0e
-- 
Tomas Bzatek aa9c0e
2.39.2
Tomas Bzatek aa9c0e