This patch fixes the checkpatch warning that else is not generally
useful after a break or return.
This was done using Coccinelle:
@@
expression e2;
statement s1;
@@
if(e2) { ... return ...; }
-else
s
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| Documentation | ||
| include | ||
| visorbus | ||
| visorhba | ||
| visorinput | ||
| visornic | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| TODO | ||