From c1f2b9d5f47613312c70d419e6f6f37d6f593ba7 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 4 Jan 2026 18:05:01 +0200 Subject: [PATCH] libvfio-user.h: fix comment typo Remove redundant open parentheses. Signed-off-by: Baruch Siach --- include/libvfio-user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvfio-user.h b/include/libvfio-user.h index c74902ba..fb3ab8eb 100644 --- a/include/libvfio-user.h +++ b/include/libvfio-user.h @@ -393,7 +393,7 @@ typedef enum vfu_reset_type { * returns. In this callback the device is allowed to call functions such as * vfu_sgl_get() * - * void (dma_register_cb(vfu_ctx_t *vfu_ctx, vfu_dma_info_t *info) { + * void dma_register_cb(vfu_ctx_t *vfu_ctx, vfu_dma_info_t *info) { * vfu_sgl_get(ctx, ...); * } *