浏览代码

[CIFS] Missing ; from previous fix. Pointed out by Shaggy.

Signed-off-by: Steve French
Steve French 20 年之前
父节点
当前提交
a59c658607
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/cifs/cifssmb.c

+ 1 - 1
fs/cifs/cifssmb.c

@@ -538,7 +538,7 @@ CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses)
 			rc = -ESHUTDOWN;
 		}
 	}
-	up(&ses->sesSem)	
+	up(&ses->sesSem);
 	cifs_small_buf_release(pSMB);
 
 	/* if session dead then we do not need to do ulogoff,