treewide: Fix typo in printk
This patch fix spelling typo inv various part of sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:

committed by
Jiri Kosina

parent
74d33293e4
commit
971bd8fa36
@@ -299,7 +299,7 @@ static int ecryptfs_write_begin(struct file *file,
|
||||
rc = ecryptfs_read_lower_page_segment(
|
||||
page, index, 0, PAGE_CACHE_SIZE, mapping->host);
|
||||
if (rc) {
|
||||
printk(KERN_ERR "%s: Error attemping to read "
|
||||
printk(KERN_ERR "%s: Error attempting to read "
|
||||
"lower page segment; rc = [%d]\n",
|
||||
__func__, rc);
|
||||
ClearPageUptodate(page);
|
||||
|
Reference in New Issue
Block a user