Skip to content

Commit ccd9966

Browse files
committed
Fix typo subsytem
Signed-off-by: Petr Vorel <[email protected]>
1 parent 2869feb commit ccd9966

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testcases/kernel/controllers/cpuctl_fj/run_cpuctl_test_fj.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ setup()
4949
mkdir -p "$CPUCTL" || return 1
5050

5151
mount -t cgroup -o cpu cpuctl "$CPUCTL" || {
52-
tst_resm TFAIL "failed to mount cpu subsytem... Exiting"
52+
tst_resm TFAIL "failed to mount cpu subsystem... Exiting"
5353
cleanup;
5454
return 1;
5555
}

testcases/kernel/controllers/memcg/regression/memcg_regression_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ for cur in $(seq 1 $TST_TOTAL); do
226226

227227
mount -t cgroup -o memory xxx memcg/
228228
if [ $? -ne 0 ]; then
229-
tst_resm TFAIL "failed to mount memory subsytem"
229+
tst_resm TFAIL "failed to mount memory subsystem"
230230
failed=1
231231
continue
232232
fi

testcases/kernel/syscalls/inotify/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This contains two tests for the inotify subsytem.
1+
This contains two tests for the inotify subsystem.
22

33
The inotify API provides a mechanism for monitoring file system events. $
44
Inotify can be used to monitor individual files, or to monitor directories. $

0 commit comments

Comments
 (0)