Skip to content

Commit

Permalink
kernel-doc fix for include/uapi/linux/blksnap.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Fantu committed Nov 22, 2022
1 parent 1096da0 commit 4f7c236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uapi/linux/blksnap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f7c236

Please sign in to comment.