diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-03-18 14:38:48 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-05 14:35:44 +0200 |
commit | 150f6d457cfcb37646b026251d8a584978618726 (patch) | |
tree | 0be4a3742086c7027bd0d152e76a79abb4f45e79 /crypto/asymmetric_keys | |
parent | crypto: s5p-sss - Enable COMPILE_TEST (diff) | |
download | linux-150f6d457cfcb37646b026251d8a584978618726.tar.xz linux-150f6d457cfcb37646b026251d8a584978618726.zip |
crypto: n2 - Remove return statement from void function
Return statement at the end of a void function is useless.
The Coccinelle semantic patch used to make this change is as follows:
//<smpl>
@@
identifier f;
expression e;
@@
void f(...) {
<...
- return
e;
...>
}
//</smpl>
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/asymmetric_keys')
0 files changed, 0 insertions, 0 deletions