mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
crypto: api - remove unneeded semicolon
Fixes coccicheck warning: ./include/linux/crypto.h:573:2-3: Unneeded semicolon Signed-off-by: Chen Zhou <chenzhou10@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
eb5b9154bf
commit
c782937e92
@ -570,7 +570,7 @@ static inline int crypto_wait_req(int err, struct crypto_wait *wait)
|
|||||||
reinit_completion(&wait->completion);
|
reinit_completion(&wait->completion);
|
||||||
err = wait->err;
|
err = wait->err;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user