IB/isert: Remove unneeded semicolon
authorMax Gurtovoy <mgurtovoy@nvidia.com>
Sun, 10 Jan 2021 11:19:02 +0000 (11:19 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 18 Jan 2021 20:59:04 +0000 (16:59 -0400)
No need to add semicolon after closing bracket.

Link: https://lore.kernel.org/r/20210110111903.486681-2-mgurtovoy@nvidia.com
Reviewed-by: Israel Rukshin <israelr@nvidia.com>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/isert/ib_isert.c

index 5958929b7dec7887299d37b60d28563ef945846b..96514f675427105fc1a54b81c65dc67d67fa245a 100644 (file)
@@ -1991,7 +1991,7 @@ isert_set_dif_domain(struct se_cmd *se_cmd, struct ib_sig_domain *domain)
        if (se_cmd->prot_type == TARGET_DIF_TYPE1_PROT ||
            se_cmd->prot_type == TARGET_DIF_TYPE2_PROT)
                domain->sig.dif.ref_remap = true;
-};
+}
 
 static int
 isert_set_sig_attrs(struct se_cmd *se_cmd, struct ib_sig_attrs *sig_attrs)