From 4f7c2365bcd5acc27a7bd546dc20b927fbf1b576 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Sun, 20 Nov 2022 21:42:52 +0100 Subject: [PATCH] kernel-doc fix for include/uapi/linux/blksnap.h include/uapi/linux/blksnap.h:244: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst --- include/uapi/linux/blksnap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/blksnap.h b/include/uapi/linux/blksnap.h index 56102c22fef877..29c852f53b4d4d 100644 --- a/include/uapi/linux/blksnap.h +++ b/include/uapi/linux/blksnap.h @@ -239,7 +239,8 @@ struct blk_snap_snapshot_create { struct blk_snap_dev *dev_id_array; struct blk_snap_uuid id; }; -/** + +/* * This ioctl creates a snapshot structure in the memory and allocates an * identifier for it. Further interaction with the snapshot is possible by * this identifier.