]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: Use more current logging style
authorJoe Perches <joe@perches.com>
Fri, 25 Apr 2014 22:28:03 +0000 (18:28 -0400)
committerTejun Heo <tj@kernel.org>
Fri, 25 Apr 2014 22:28:03 +0000 (18:28 -0400)
commit45025bebeda022ce0737caa8c1f5311e0e312e1e
treea60c22e940df76ee88edd9df893b613cc1f20298
parent845d96074bc3fe396c264d987f9daf0e322bd03d
cgroup: Use more current logging style

Use pr_fmt and remove embedded prefixes.
Realign modified multi-line statements to open parenthesis.
Convert embedded function name to "%s: ", __func__

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c