projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b6cea
)
fs/9p: fix spelling typo
author
Eric Van Hensbergen
<ericvh@gmail.com>
Tue, 11 Jan 2011 15:49:03 +0000
(09:49 -0600)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Tue, 11 Jan 2011 15:58:08 +0000
(09:58 -0600)
introduced a typo somehow during a hand merge
Reported by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode_dotl.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/9p/vfs_inode_dotl.c
b/fs/9p/vfs_inode_dotl.c
index b7f8dcbabdb25a69e024c039dec5bd124a98d0b8..ee3ae9b5afddedac460fbece2983d99ed2e2783f 100644
(file)
--- a/
fs/9p/vfs_inode_dotl.c
+++ b/
fs/9p/vfs_inode_dotl.c
@@
-201,7
+201,7
@@
v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, int omode,
fid = p9_client_walk(dfid, 1, &name, 1);
if (IS_ERR(fid)) {
err = PTR_ERR(fid);
- P9_DPRINTK(P9_DEBUG_VFS, "p9_cli
ne
t_walk failed %d\n", err);
+ P9_DPRINTK(P9_DEBUG_VFS, "p9_cli
en
t_walk failed %d\n", err);
fid = NULL;
goto error;
}