]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: fix a mistake in warning message
authorXiubo Li <lixiubo@cmss.chinamobile.com>
Fri, 26 Feb 2016 05:07:38 +0000 (13:07 +0800)
committerTejun Heo <tj@kernel.org>
Sat, 27 Feb 2016 11:33:37 +0000 (06:33 -0500)
commita327b4ebf4ceec23b8c11d09b81d3a3c05dd5b3b
tree1dc3d238138e2e4628e934467cf1242fab2ba481
parent792f5a417d1c51addd7785ba1c7a563cb4f5b63b
cgroup: fix a mistake in warning message

There is a mistake about the print format name:id <--> %d:%s, which
the name is 'char *' type and id is 'int' type.  Change "name:id" to
"id:name" instead to be consistent with "cgroup_subsys %d:%s".

Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Acked-by: Zefan Li <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c