Skip to content

Commit 9c91fa3

Browse files
YueHaibingTrond Myklebust
authored andcommitted
NFS: remove unneeded semicolon
remove unneeded semicolon. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
1 parent d49dd11 commit 9c91fa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/nfs/super.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ static int nfs_parse_mount_options(char *raw,
15921592
dfprintk(MOUNT, "NFS: invalid "
15931593
"lookupcache argument\n");
15941594
return 0;
1595-
};
1595+
}
15961596
break;
15971597
case Opt_fscache_uniq:
15981598
if (nfs_get_option_str(args, &mnt->fscache_uniq))
@@ -1625,7 +1625,7 @@ static int nfs_parse_mount_options(char *raw,
16251625
dfprintk(MOUNT, "NFS: invalid "
16261626
"local_lock argument\n");
16271627
return 0;
1628-
};
1628+
}
16291629
break;
16301630

16311631
/*
@@ -2585,7 +2585,7 @@ static void nfs_get_cache_cookie(struct super_block *sb,
25852585
if (mnt_s->fscache_key) {
25862586
uniq = mnt_s->fscache_key->key.uniquifier;
25872587
ulen = mnt_s->fscache_key->key.uniq_len;
2588-
};
2588+
}
25892589
} else
25902590
return;
25912591

0 commit comments

Comments
 (0)