[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120920.183231.24638843071384472.davem@davemloft.net>
Date: Thu, 20 Sep 2012 18:32:31 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sony.chacko@...gic.com
Cc: netdev@...r.kernel.org, Dept_NX_Linux_NIC_Driver@...gic.com
Subject: Re: [PATCH v1 12/19] qlcnic: update irq management routines
From: Sony Chacko <sony.chacko@...gic.com>
Date: Wed, 19 Sep 2012 19:46:06 -0400
> + if (QLCNIC_IS_83XX(adapter) &&
> + (adapter->flags & QLCNIC_MSIX_ENABLED)) {
This is not indented properly. The first character on the second
line should be at the first column after the openning parenthesis
on the first line.
> + for (ring = 0; ring < adapter->max_drv_tx_rings;
> + ring++) {
Same problem here.
> + for (ring = 0; ring < adapter->max_drv_tx_rings;
> + ring++) {
And here as well.
--
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