treewide: Fix typos in kernel messages
Correct spelling typos in various part of printk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
这个提交包含在:
@@ -1049,7 +1049,7 @@ static struct bio *_create_sg_bios(struct osd_request *or,
|
||||
|
||||
bio = bio_kmalloc(GFP_KERNEL, numentries);
|
||||
if (unlikely(!bio)) {
|
||||
OSD_DEBUG("Faild to allocate BIO size=%u\n", numentries);
|
||||
OSD_DEBUG("Failed to allocate BIO size=%u\n", numentries);
|
||||
return ERR_PTR(-ENOMEM);
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户