[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111004.162626.728021061418588859.davem@davemloft.net>
Date: Tue, 04 Oct 2011 16:26:26 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: grundler@...omium.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
allan@...x.com.tw
Subject: Re: [PATCH 3/3] NET: white space/coding style cleanup of asix
driver
From: Grant Grundler <grundler@...omium.org>
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@...omium.org>
Applied to net-next-2.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists