Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

IB/isert: Remove unneeded semicolon

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>

authored by

Max Gurtovoy and committed by
Jason Gunthorpe
ec53a2a6 8ebe0e2a

+1 -1
+1 -1
drivers/infiniband/ulp/isert/ib_isert.c
··· 1991 1991 if (se_cmd->prot_type == TARGET_DIF_TYPE1_PROT || 1992 1992 se_cmd->prot_type == TARGET_DIF_TYPE2_PROT) 1993 1993 domain->sig.dif.ref_remap = true; 1994 - }; 1994 + } 1995 1995 1996 1996 static int 1997 1997 isert_set_sig_attrs(struct se_cmd *se_cmd, struct ib_sig_attrs *sig_attrs)