projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52a955
)
fs:cifs:connect.c remove one to many l's in the word.
author
Justin P. Mattock
<justinmattock@gmail.com>
Fri, 25 Feb 2011 06:15:02 +0000
(22:15 -0800)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 19 May 2011 14:10:48 +0000
(14:10 +0000)
The patch below removes an extra "l" in the word.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index 277262a8e82f282d4a32b0ddd4a244bc55e99472..68b7dbf24b9281a0c8d922fc1fcad88586f4b147 100644
(file)
--- a/
fs/cifs/connect.c
+++ b/
fs/cifs/connect.c
@@
-735,7
+735,7
@@
multi_t2_fnd:
sock_release(csocket);
server->ssocket = NULL;
}
- /* buffer usuall
l
y freed in free_mid - need to free it here on exit */
+ /* buffer usually freed in free_mid - need to free it here on exit */
cifs_buf_release(bigbuf);
if (smallbuf) /* no sense logging a debug message if NULL */
cifs_small_buf_release(smallbuf);