treewide: fix comments and printk msgs

This patch fixed several typo in printk from various
part of kernel source.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2014-01-07 21:58:06 +09:00
committed by Jiri Kosina
parent 97e81acd31
commit 8faaaead62
11 changed files with 12 additions and 12 deletions

View File

@@ -266,7 +266,7 @@ static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache)
}
if (test_check_exists(cache, 512 * 1024, 3 * 1024 * 1024)) {
test_msg("Left over peices after removing overlapping\n");
test_msg("Left over pieces after removing overlapping\n");
return -1;
}