Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);