mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 11:43:39 +00:00
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> |
||
|---|---|---|
| .. | ||
| boolinit.cocci | ||
| boolreturn.cocci | ||
| cstptr.cocci | ||
| doubleinit.cocci | ||
| ifaddr.cocci | ||
| ifcol.cocci | ||
| irqf_oneshot.cocci | ||
| noderef.cocci | ||
| of_table.cocci | ||
| orplus.cocci | ||
| returnvar.cocci | ||
| semicolon.cocci | ||
| warn.cocci | ||