mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
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>
This commit is contained in:
parent
3032e3a7c7
commit
14f4283aa3
@ -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);
|
ret = fill_cache_write(start_ptr, end_ptr, resctrl_val);
|
||||||
|
|
||||||
if (ret) {
|
if (ret) {
|
||||||
printf("\n Errror in fill cache read/write...\n");
|
printf("\n Error in fill cache read/write...\n");
|
||||||
return -1;
|
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,
|
ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op,
|
||||||
resctrl_val);
|
resctrl_val);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
printf("\n Errror in fill cache\n");
|
printf("\n Error in fill cache\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user