Skip to content

Commit

Permalink
tst_test: Merge needs_cgroup_ctrls C comment into sphinx doc
Browse files Browse the repository at this point in the history
To follow other conventions for other struct members.

Fixes: 6cf9928 ("include: doc: Convert comments into linuxdoc")
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Apr 19, 2024
1 parent 04cca38 commit b318e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tst_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ struct tst_ulimit_val {
* @needs_cgroup_ver: If set the test will run only if the specified cgroup
* version is present on the system.
*
* @needs_cgroup_ctrls: List of cgroup controllers the test needs to run.
* @needs_cgroup_ctrls: A {} terminated array of cgroup controllers the test
* needs to run.
*/

struct tst_test {
Expand Down Expand Up @@ -548,7 +549,6 @@ struct tst_ulimit_val {

const enum tst_cg_ver needs_cgroup_ver;

/* {} terminated array of required CGroup controllers */
const char *const *needs_cgroup_ctrls;
};

Expand Down

0 comments on commit b318e78

Please sign in to comment.