Commit c782937e authored by Chen Zhou's avatar Chen Zhou Committed by Herbert Xu

crypto: api - remove unneeded semicolon

Fixes coccicheck warning:

./include/linux/crypto.h:573:2-3: Unneeded semicolon
Signed-off-by: default avatarChen Zhou <chenzhou10@huawei.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent eb5b9154
...@@ -570,7 +570,7 @@ static inline int crypto_wait_req(int err, struct crypto_wait *wait) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment