aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-25 01:15:02 -0500
committerSteve French <sfrench@us.ibm.com>2011-05-19 10:10:48 -0400
commitfd62cb7e7411f1f5ca774145665316d3612fed9a (patch)
treed52bf4b7aff131aa530fe0dba0ed69f3f246c3bc /fs/cifs/connect.c
parentc52a95545c7f8060aa4e83deca16e3414ce73000 (diff)
fs:cifs:connect.c remove one to many l's in the word.
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>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 277262a8e82f..68b7dbf24b92 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -735,7 +735,7 @@ multi_t2_fnd:
735 sock_release(csocket); 735 sock_release(csocket);
736 server->ssocket = NULL; 736 server->ssocket = NULL;
737 } 737 }
738 /* buffer usuallly freed in free_mid - need to free it here on exit */ 738 /* buffer usually freed in free_mid - need to free it here on exit */
739 cifs_buf_release(bigbuf); 739 cifs_buf_release(bigbuf);
740 if (smallbuf) /* no sense logging a debug message if NULL */ 740 if (smallbuf) /* no sense logging a debug message if NULL */
741 cifs_small_buf_release(smallbuf); 741 cifs_small_buf_release(smallbuf);