Well, really,
if (func(x))
return -EFAULT;
instead of
err = func(x);
if (err)
return -EFAULT;
is more straight forward and less confusing and I do not understand, why
it should be harder to review.
Wolfgang.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html