[PATCH] fix semicolon.cocci warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Remove unneeded semicolons.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Julia Lawall <julia.lawall@xxxxxxx>
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---

 mount.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/fs/nfs/mount.c
+++ b/fs/nfs/mount.c
@@ -1134,7 +1134,7 @@ static int nfs_mount_ctx_option(struct m
 		default:
 			mc->error = "NFS: Invalid lookupcache argument";
 			return -EINVAL;
-		};
+		}
 		break;
 	case Opt_fscache_uniq:
 		if (nfs_get_option_str(args, &mnt->fscache_uniq))
@@ -1165,7 +1165,7 @@ static int nfs_mount_ctx_option(struct m
 		default:
 			mc->error = "NFS: invalid local_lock argument";
 			return -EINVAL;
-		};
+		}
 		break;

 		/*
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux