aa9c0e2d02
- Backport the NBFT parser from git master
28 lines
813 B
Diff
28 lines
813 B
Diff
From 00b48dd3c217a9271c1888e8dbeb4aa9d307e5bf Mon Sep 17 00:00:00 2001
|
|
From: Martin Belanger <martin.belanger@dell.com>
|
|
Date: Thu, 13 Apr 2023 09:27:04 -0400
|
|
Subject: [PATCH 13/18] nbft: Doc typo - Use nvme_nbft_free() instead of
|
|
nbft_free()
|
|
|
|
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
|
|
---
|
|
src/nvme/nbft.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/nvme/nbft.c b/src/nvme/nbft.c
|
|
index c0af2b3..a085768 100644
|
|
--- a/src/nvme/nbft.c
|
|
+++ b/src/nvme/nbft.c
|
|
@@ -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.
|
|
*/
|
|
--
|
|
2.39.2
|
|
|