mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
4b9fd698ac
Instead of storing the return value into a variable and then returning it, we can club the two into a single return statement. This change was made using the following semantic patch by Coccinelle: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
bcm2048 | ||
cec | ||
cxd2099 | ||
davinci_vpfe | ||
lirc | ||
omap4iss | ||
pulse8-cec | ||
s5p-cec | ||
tw686x-kh | ||
Kconfig | ||
Makefile |