treewide: Fix typo in printks
Correct spelling typos in printk and comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
393b148f9d
commit
a895d57da0
13 changed files with 16 additions and 16 deletions
|
@ -173,6 +173,6 @@ int test__attr(void)
|
|||
!lstat(path_perf, &st))
|
||||
return run_dir(path_dir, path_perf);
|
||||
|
||||
fprintf(stderr, " (ommitted)");
|
||||
fprintf(stderr, " (omitted)");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -1321,7 +1321,7 @@ static int test_pmu_events(void)
|
|||
|
||||
ret = stat(path, &st);
|
||||
if (ret) {
|
||||
pr_debug("ommiting PMU cpu events tests\n");
|
||||
pr_debug("omitting PMU cpu events tests\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue