summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-03-15 12:19:49 +0300
committerJan Kara <jack@suse.cz>2024-03-25 22:12:10 +0300
commit8777446a3f2dd6dab0859e4aedef6e0240955fdb (patch)
tree3ec04f7c63142926f53cd9bd676204792cb30c56 /fs/udf/super.c
parent1b17a46c9243e9421ee1ac6d628604bbc4ae2201 (diff)
downloadlinux-8777446a3f2dd6dab0859e4aedef6e0240955fdb.tar.xz
udf: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20240315091949.2430585-1-colin.i.king@gmail.com>
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r--fs/udf/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c
index 2217f7ed7a49..ba6b747a3830 100644
--- a/fs/udf/super.c
+++ b/fs/udf/super.c
@@ -630,7 +630,7 @@ static int udf_parse_param(struct fs_context *fc, struct fs_parameter *param)
if (!uopt->nls_map) {
errorf(fc, "iocharset %s not found",
param->string);
- return -EINVAL;;
+ return -EINVAL;
}
}
break;