Skip to content

Commit 68d8681

Browse files
mchehabtorvalds
authored andcommitted
kernel/signal.c: fix a kernel-doc markup
The kernel-doc parser doesn't handle expressions with %foo*. Instead, when an asterisk should be part of a constant, it uses an alternative notation: `foo*`. Link: http://lkml.kernel.org/r/7f18c2e0b5e39e6b7eb55ddeb043b8b260b49f2d.1563361575.git.mchehab+samsung@kernel.org Signed-off-by: Mauro Carvalho Chehab <[email protected]> Cc: Deepa Dinamani <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 97b00af commit 68d8681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ void task_clear_jobctl_pending(struct task_struct *task, unsigned long mask)
349349
* @task has %JOBCTL_STOP_PENDING set and is participating in a group stop.
350350
* Group stop states are cleared and the group stop count is consumed if
351351
* %JOBCTL_STOP_CONSUME was set. If the consumption completes the group
352-
* stop, the appropriate %SIGNAL_* flags are set.
352+
* stop, the appropriate `SIGNAL_*` flags are set.
353353
*
354354
* CONTEXT:
355355
* Must be called with @task->sighand->siglock held.

0 commit comments

Comments
 (0)