netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: ron.mercer@qlogic.com
Cc: netdev@vger.kernel.org, jitendra.kalsaria@qlogic.com,
	ying.lok@qlogic.com
Subject: Re: [net-next PATCH 1/3] qlge: Restoring the vlan setting.
Date: Mon, 25 Oct 2010 12:07:39 -0700 (PDT)	[thread overview]
Message-ID: <20101025.120739.104054830.davem@davemloft.net> (raw)
In-Reply-To: <1288023473-31490-2-git-send-email-ron.mercer@qlogic.com>

From: Ron Mercer <ron.mercer@qlogic.com>
Date: Mon, 25 Oct 2010 09:17:51 -0700

> +	if (qdev->vlgrp) {
> +		u16 vid;
> +			for (vid = 0; vid < VLAN_N_VID; vid++) {
> +				if (!vlan_group_get_device(qdev->vlgrp, vid))
> +					continue;
> +				qlge_vlan_rx_add_vid(qdev->ndev, vid);
> +			}
> +	}
> +}

Please fix the indentation in this code block.

  reply	other threads:[~2010-10-25 19:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-25 16:17 qlge changes for net-next Ron Mercer
2010-10-25 16:17 ` [net-next PATCH 1/3] qlge: Restoring the vlan setting Ron Mercer
2010-10-25 19:07   ` David Miller [this message]
2010-10-25 19:46     ` Ron Mercer
2010-10-26  0:56       ` Jesse Gross
2010-10-26 20:54         ` Ron Mercer
2010-10-26 21:21           ` David Miller
2010-10-27  1:13             ` Ron Mercer
2010-10-25 16:17 ` [net-next PATCH 2/3] qlge: Add firmware info to ethtool get regs Ron Mercer
2010-10-25 16:17 ` [net-next PATCH 3/3] qlge: Version change to v1.00.00.27 Ron Mercer

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=20101025.120739.104054830.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jitendra.kalsaria@qlogic.com \
    --cc=netdev@vger.kernel.org \
    --cc=ron.mercer@qlogic.com \
    --cc=ying.lok@qlogic.com \
    /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).