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

Commit f7f7c31c authored by Steve French's avatar Steve French
Browse files

[CIFS] typo in previous patch



(also fixed missing space after if)

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 28356a16
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2077,7 +2077,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
				send_sig(SIGKILL,srvTcp->tsk,1);
				tsk = srvTcp->tsk;
				if(tsk)
					kthread_stop(srvTcp->tsk);
					kthread_stop(tsk);
			}
		}
		 /* If find_unc succeeded then rc == 0 so we can not end */