diff options
author | Tom Rix <trix@redhat.com> | 2022-03-05 21:46:57 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2022-03-14 06:19:27 +0100 |
commit | f9da322e864e5cd3dc217480e73f78f47cf40c5b (patch) | |
tree | a58facf63be0f19048bd64cbd4f9e0d417240105 /kernel/cgroup/freezer.c | |
parent | cgroup: Fix cgroup_can_fork() and cgroup_post_fork() kernel-doc comment (diff) | |
download | linux-f9da322e864e5cd3dc217480e73f78f47cf40c5b.tar.xz linux-f9da322e864e5cd3dc217480e73f78f47cf40c5b.zip |
cgroup: cleanup comments
for spdx, add a space before //
replacements
judgement to judgment
transofrmed to transformed
partitition to partition
histrical to historical
migratecd to migrated
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup/freezer.c')
-rw-r--r-- | kernel/cgroup/freezer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/freezer.c b/kernel/cgroup/freezer.c index 3984dd6b8ddb..617861a54793 100644 --- a/kernel/cgroup/freezer.c +++ b/kernel/cgroup/freezer.c @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0 #include <linux/cgroup.h> #include <linux/sched.h> #include <linux/sched/task.h> |