Re: [PATCH v2] net: ll_temac: Use one return statement instead of two

From: Julia Lawall
Date: Mon May 11 2015 - 11:48:42 EST


> > A coccinelle script might be rather more complicated
> > than the simpler grep above, but perhaps the script
> > could be a bit more complete as it could likely look
> > at more code indentation styles.
>
> Julia: Any comment?

Here is what I had in mind:

if (...) {
... when != goto l;
return C;
}
return C;

C is a constant, to avoid that its value depends on the code in the ...

julia
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/