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:

committed by
Jiri Kosina

parent
393b148f9d
commit
a895d57da0
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user