Commit fd62cb7e authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Steve French

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: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent c52a9554
......@@ -735,7 +735,7 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
sock_release(csocket);
server->ssocket = NULL;
}
/* buffer usuallly 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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment