cgroup/cpuset: Improve cpuset_css_alloc() description
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 17 Nov 2022 07:15:57 +0000 (12:45 +0530)
committerTejun Heo <tj@kernel.org>
Tue, 22 Nov 2022 21:11:47 +0000 (11:11 -1000)
commit0a2cafe6c7c25597a026ab961c3182c8179c7959
tree866548a2fe43dac9105cc46b4b8a3f0d82a44d39
parent1e85591db11b7ac097a1b34887c682e6353798c4
cgroup/cpuset: Improve cpuset_css_alloc() description

Change the function argument in the description of cpuset_css_alloc()
from 'struct cgroup' -> 'struct cgroup_subsys_state'.  The change to the
argument type was introduced by commit eb95419b023a ("cgroup: pass
around cgroup_subsys_state instead of cgroup in subsystem methods").
Also, add more information to its description.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Acked-by: Waiman Long <longman@redhat.com>
Acked-by: Joel Savitz <jsavitz@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset.c