From: Steve French Date: Fri, 29 Apr 2005 05:41:09 +0000 (-0700) Subject: [PATCH] cifs: missing semicolon from previous fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=79944bf71352f33f984ac3973b159b5c2cee139d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [PATCH] cifs: missing semicolon from previous fix Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds --- diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 8fc0801f8457..81babab265e1 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -321,7 +321,7 @@ struct mid_q_entry { __u8 command; /* smb command code */ unsigned multiPart:1; /* multiple responses to one SMB request */ unsigned largeBuf:1; /* if valid response, is pointer to large buf */ - unsigned multiResp:1 /* multiple trans2 responses for one request */ + unsigned multiResp:1; /* multiple trans2 responses for one request */ }; struct oplock_q_entry {