forked from Minki/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>
This commit is contained in:
parent
8ebe0e2a7e
commit
ec53a2a654
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user