[PATCH -next] fs/afs: convert comma to semicolon

From: Zheng Yongjun
Date: Fri Dec 11 2020 - 03:40:44 EST


Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@xxxxxxxxxx>
---
fs/afs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/afs/inode.c b/fs/afs/inode.c
index b0d7b892090d..da728210cdb8 100644
--- a/fs/afs/inode.c
+++ b/fs/afs/inode.c
@@ -502,7 +502,7 @@ static int afs_iget5_set_root(struct inode *inode, void *opaque)
struct afs_vnode *vnode = AFS_FS_I(inode);

vnode->volume = as->volume;
- vnode->fid.vid = as->volume->vid,
+ vnode->fid.vid = as->volume->vid;
vnode->fid.vnode = 1;
vnode->fid.unique = 1;
inode->i_ino = 1;
--
2.22.0