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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user