From af96383f32eae7b07a2d70b6bcabe5f7c2bede98 Mon Sep 17 00:00:00 2001 From: swapnili Date: Mon, 30 Nov 2020 18:57:23 +0100 Subject: Misc cleanup (#138) * Rename vfu_ctx_destroy() to vfu_destroy_ctx() * Remove unused function copy_sparse_mmap_area() * Coding style fixes Signed-off-by: Swapnil Ingle Reviewed-by: John Levon --- samples/gpio-pci-idio-16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/gpio-pci-idio-16.c') diff --git a/samples/gpio-pci-idio-16.c b/samples/gpio-pci-idio-16.c index 86d5177..17dfdaa 100644 --- a/samples/gpio-pci-idio-16.c +++ b/samples/gpio-pci-idio-16.c @@ -136,7 +136,7 @@ main(int argc, char *argv[]) } out: - vfu_ctx_destroy(vfu_ctx); + vfu_destroy_ctx(vfu_ctx); return ret; } -- cgit v1.1