diff options
author | Peter Senna Tschudin | 2014-06-01 20:12:31 +0200 |
---|---|---|
committer | Michal Marek | 2014-06-10 14:36:30 +0200 |
commit | 90829adb4a8ea3b007bd8c63f5b54fddb7972bec (patch) | |
tree | e152dd1c1c60a91dd339913ee5f9793fe887f7e2 /scripts/objdiff | |
parent | kbuild: Fix a typo in documentation (diff) | |
download | kernel-qcow2-linux-90829adb4a8ea3b007bd8c63f5b54fddb7972bec.tar.gz kernel-qcow2-linux-90829adb4a8ea3b007bd8c63f5b54fddb7972bec.tar.xz kernel-qcow2-linux-90829adb4a8ea3b007bd8c63f5b54fddb7972bec.zip |
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 <peter.senna@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions