diff options
author | Eric Van Hensbergen <ericvh@gmail.com> | 2011-01-11 10:49:03 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2011-01-11 10:58:08 -0500 |
commit | c25a61f542ccb81e74d3f822992f3d74392f386d (patch) | |
tree | 7e8d909ae33c2832d3d1efd9e27f4a9cc3290189 /fs/9p | |
parent | 31b6ceac497954c160c61f07e76b891b1cf53c90 (diff) |
fs/9p: fix spelling typo
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>
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/vfs_inode_dotl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode_dotl.c b/fs/9p/vfs_inode_dotl.c index b7f8dcbabdb2..ee3ae9b5afdd 100644 --- 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, | |||
201 | fid = p9_client_walk(dfid, 1, &name, 1); | 201 | fid = p9_client_walk(dfid, 1, &name, 1); |
202 | if (IS_ERR(fid)) { | 202 | if (IS_ERR(fid)) { |
203 | err = PTR_ERR(fid); | 203 | err = PTR_ERR(fid); |
204 | P9_DPRINTK(P9_DEBUG_VFS, "p9_clinet_walk failed %d\n", err); | 204 | P9_DPRINTK(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); |
205 | fid = NULL; | 205 | fid = NULL; |
206 | goto error; | 206 | goto error; |
207 | } | 207 | } |