Commit 8777446a authored by Colin Ian King's avatar Colin Ian King Committed by Jan Kara

udf: Remove second semicolon

There is a statement with two semicolons. Remove the second one, it
is redundant.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Message-Id: <20240315091949.2430585-1-colin.i.king@gmail.com>
parent 1b17a46c
...@@ -630,7 +630,7 @@ static int udf_parse_param(struct fs_context *fc, struct fs_parameter *param) ...@@ -630,7 +630,7 @@ static int udf_parse_param(struct fs_context *fc, struct fs_parameter *param)
if (!uopt->nls_map) { if (!uopt->nls_map) {
errorf(fc, "iocharset %s not found", errorf(fc, "iocharset %s not found",
param->string); param->string);
return -EINVAL;; return -EINVAL;
} }
} }
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment