udf: Remove second semicolon
authorColin Ian King <colin.i.king@gmail.com>
Fri, 15 Mar 2024 09:19:49 +0000 (09:19 +0000)
committerJan Kara <jack@suse.cz>
Mon, 25 Mar 2024 19:12:10 +0000 (20:12 +0100)
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>

fs/udf/super.c

index 2217f7ed7a495c099eb4f6c12174344945561dc5..ba6b747a3830b7cd853fb2b39b3972b0d62ab5e4 100644 (file)
@@ -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;