[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101025.120739.104054830.davem@davemloft.net>
Date: Mon, 25 Oct 2010 12:07:39 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ron.mercer@...gic.com
Cc: netdev@...r.kernel.org, jitendra.kalsaria@...gic.com,
ying.lok@...gic.com
Subject: Re: [net-next PATCH 1/3] qlge: Restoring the vlan setting.
From: Ron Mercer <ron.mercer@...gic.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.
--
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