netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: grundler@chromium.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, allan@asix.com.tw
Subject: Re: [PATCH 3/3] NET: white space/coding style cleanup of asix driver
Date: Tue, 04 Oct 2011 16:26:26 -0400 (EDT)	[thread overview]
Message-ID: <20111004.162626.728021061418588859.davem@davemloft.net> (raw)
In-Reply-To: <1317758118-24052-3-git-send-email-grundler@chromium.org>

From: Grant Grundler <grundler@chromium.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@chromium.org>

Applied to net-next-2.6

  reply	other threads:[~2011-10-04 20:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04 19:55 [PATCH 1/3] NET: fix phy init for AX88772 USB ethernet Grant Grundler
2011-10-04 19:55 ` [PATCH 2/3] NET: fix phy init for Asix AX88178 USB (GigE) Grant Grundler
2011-10-04 20:26   ` David Miller
2011-10-04 19:55 ` [PATCH 3/3] NET: white space/coding style cleanup of asix driver Grant Grundler
2011-10-04 20:26   ` David Miller [this message]
2011-10-04 20:25 ` [PATCH 1/3] NET: fix phy init for AX88772 USB ethernet David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111004.162626.728021061418588859.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=allan@asix.com.tw \
    --cc=grundler@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).