提交 fd62cb7e 编写于 作者: J Justin P. Mattock 提交者: 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: NJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册