include/linux/sched/signal.h: replace `tsk' with `task'
authorAndrei Vagin <avagin@gmail.com>
Tue, 14 May 2019 22:46:42 +0000 (15:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2019 02:52:52 +0000 (19:52 -0700)
commit9e9291c71eb92b457eb798501e210dec3d12e795
treea17d7588199297831e49bdcccf37c8345d89069d
parent10bcba8c16aa1ebb3e1e6d16c0c8e493a0668a8c
include/linux/sched/signal.h: replace `tsk' with `task'

This file uses "task" 85 times and "tsk" 25 times.  It is better to be
consistent.

Link: http://lkml.kernel.org/r/20181129180547.15976-1-avagin@gmail.com
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched/signal.h