mirror of https://gitee.com/openkylin/linux.git
e2614ef1b2
Removes the unnecessary assignment of retval preceding the return statement. Detected using the following Coccinelle script: @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
Documentation | ||
Kconfig | ||
Makefile | ||
TODO | ||
pi433_if.c | ||
pi433_if.h | ||
rf69.c | ||
rf69.h | ||
rf69_enum.h | ||
rf69_registers.h |