Skip to content

Commit 8777446

Browse files
ColinIanKingjankara
authored andcommitted
udf: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent 1b17a46 commit 8777446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/udf/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static int udf_parse_param(struct fs_context *fc, struct fs_parameter *param)
630630
if (!uopt->nls_map) {
631631
errorf(fc, "iocharset %s not found",
632632
param->string);
633-
return -EINVAL;;
633+
return -EINVAL;
634634
}
635635
}
636636
break;

0 commit comments

Comments
 (0)