]> git.baikalelectronics.ru Git - kernel.git/commit
signal: improve comments
authorChristian Brauner <christian@brauner.io>
Tue, 4 Jun 2019 13:18:43 +0000 (15:18 +0200)
committerChristian Brauner <christian@brauner.io>
Wed, 5 Jun 2019 13:06:07 +0000 (15:06 +0200)
commit6e35e6081c59b14a63e25cd0b0d7ca48b6b7b207
tree5655209212a152c3dd5584af09a73232db13d7b9
parentdb7a96d2bc2836bdcef5ca70dfab24b10d764c8f
signal: improve comments

Improve the comments for pidfd_send_signal().
First, the comment still referred to a file descriptor for a process as a
"task file descriptor" which stems from way back at the beginning of the
discussion. Replace this with "pidfd" for consistency.
Second, the wording for the explanation of the arguments to the syscall
was a bit inconsistent, e.g. some used the past tense some used present
tense. Make the wording more consistent.

Signed-off-by: Christian Brauner <christian@brauner.io>
kernel/signal.c