Re: [PATCH 3/3] NET: white space/coding style cleanup of asixdriver

From: David Miller
Date: Tue Oct 04 2011 - 16:26:34 EST


From: Grant Grundler <grundler@xxxxxxxxxxxx>
Date: Tue, 4 Oct 2011 12:55:18 -0700

> check patch was complaining...mostly replaced:
> if ((ret = asix_foo(xx)) < 0) ...
> with
> ret = asix_foo(xx);
> if (ret < 0) ...
>
> Signed-off-by: Grant Grundler <grundler@xxxxxxxxxxxx>

Applied to net-next-2.6
--
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/