Skip to content

Commit 22adea2

Browse files
committed
tst_process_state.h: Fix kerneldoc warning
Move description to a single place. This fixes kerneldoc warning: include/tst_process_state.h:26: [kernel-doc WARN] : duplicate section name 'Description' Fixes: 1990fe5 ("doc: Document process_state") Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent efd8e51 commit 22adea2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/tst_process_state.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/**
1919
* TST_PROCESS_STATE_WAIT() - Waits for a process state change.
2020
*
21-
* Polls `/proc/$PID/state` for a process state changes.
22-
*
2321
* @pid: A process pid.
2422
* @state: A state to wait for.
2523
* @msec_timeout: A timeout for the wait.
2624
*
25+
* Polls `/proc/$PID/state` for a process state changes.
26+
*
2727
* Possible process states (see :manpage:`ps(1)`):
2828
*
2929
* - **R** Process is running.

0 commit comments

Comments
 (0)