aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-02-12 10:38:29 +0000
committerShuah Khan <skhan@linuxfoundation.org>2020-03-13 13:29:22 -0600
commit14f4283aa3e69a68e0a2e3bdb8a651a39bf18c52 (patch)
tree4f54c3a31d384accbd880525edcf370d8f028a7f /tools/testing/selftests/resctrl
parentselftests/resctrl: Add the test in MAINTAINERS (diff)
downloadwireguard-linux-14f4283aa3e69a68e0a2e3bdb8a651a39bf18c52.tar.xz
wireguard-linux-14f4283aa3e69a68e0a2e3bdb8a651a39bf18c52.zip
selftests/resctrl: fix spelling mistake "Errror" -> "Error"
There are two spelling mistakes in error messages. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/resctrl')
-rw-r--r--tools/testing/selftests/resctrl/fill_buf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/resctrl/fill_buf.c b/tools/testing/selftests/resctrl/fill_buf.c
index 84d2a8b9657a..79c611c99a3d 100644
--- a/tools/testing/selftests/resctrl/fill_buf.c
+++ b/tools/testing/selftests/resctrl/fill_buf.c
@@ -181,7 +181,7 @@ fill_cache(unsigned long long buf_size, int malloc_and_init, int memflush,
ret = fill_cache_write(start_ptr, end_ptr, resctrl_val);
if (ret) {
- printf("\n Errror in fill cache read/write...\n");
+ printf("\n Error in fill cache read/write...\n");
return -1;
}
@@ -205,7 +205,7 @@ int run_fill_buf(unsigned long span, int malloc_and_init_memory,
ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op,
resctrl_val);
if (ret) {
- printf("\n Errror in fill cache\n");
+ printf("\n Error in fill cache\n");
return -1;
}