diff options
author | Peter Senna Tschudin <[email protected]> | 2014-06-01 15:12:31 -0300 |
---|---|---|
committer | Michal Marek <[email protected]> | 2014-06-10 14:36:30 +0200 |
commit | 90829adb4a8ea3b007bd8c63f5b54fddb7972bec (patch) | |
tree | e152dd1c1c60a91dd339913ee5f9793fe887f7e2 /scripts/objdiff | |
parent | 4be7f0a30bd85c82278ffd65527b5276ffa23fff (diff) |
coccicheck: Add unneeded return variable test
This semantic patch looks for variables that are initialized with a
constant, are never updated, and are only used as parameter of return.
Return the constant instead of using a variable.
Signed-off-by: Peter Senna Tschudin <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions