Skip to content

Commit

Permalink
crypto: api - remove unneeded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chen Zhou authored and Herbert Xu committed Dec 27, 2019
1 parent eb5b915 commit c782937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static inline int crypto_wait_req(int err, struct crypto_wait *wait)
reinit_completion(&wait->completion);
err = wait->err;
break;
};
}

return err;
}
Expand Down

0 comments on commit c782937

Please sign in to comment.