]> 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)
commit8bcbc76f0ec7d5d9e5d44891a661fe110e0e3462
tree5655209212a152c3dd5584af09a73232db13d7b9
parent43149cbb5f67dca6b3b01cd6ee00fef0ca8ff2be
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