Skip to content

Commit

Permalink
tst_test.h: Fix document format
Browse files Browse the repository at this point in the history
Without ':' the type is 'undescribed'.

Fixes: cce6188 ("lib: tst_test: Add per filesystem mkfs and mount opts")
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jul 31, 2024
1 parent 5e0cfb3 commit 9c66ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tst_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ struct tst_ulimit_val {
/**
* struct tst_fs - A file system type, mkfs and mount options
*
* @type A filesystem type to use.
* @type: A filesystem type to use.
*
* @mkfs_opts: A NULL terminated array of options passed to mkfs in the case
* of 'tst_test.format_device'. These options are passed to mkfs
Expand Down

0 comments on commit 9c66ba8

Please sign in to comment.