From: Martin Belanger Date: Thu, 13 Apr 2023 13:27:04 +0000 (-0400) Subject: nbft: Doc typo - Use nvme_nbft_free() instead of nbft_free() X-Git-Tag: v1.5~44 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=00b48dd3c217a9271c1888e8dbeb4aa9d307e5bf;p=users%2Fsagi%2Flibnvme.git nbft: Doc typo - Use nvme_nbft_free() instead of nbft_free() Signed-off-by: Martin Belanger --- diff --git a/src/nvme/nbft.c b/src/nvme/nbft.c index c0af2b37..a0857683 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. */