[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140220.133221.371192280746136183.davem@davemloft.net>
Date: Thu, 20 Feb 2014 13:32:21 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: aaron.f.brown@...el.com
Cc: mark.d.rustad@...el.com, netdev@...r.kernel.org, gospo@...hat.com,
sassmann@...hat.com
Subject: Re: [net-next 3/3] ixgbe: Check config reads for removal
From: Aaron Brown <aaron.f.brown@...el.com>
Date: Wed, 19 Feb 2014 20:45:21 -0800
> - if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
> + if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) ||
> + ixgbe_removed(hw->hw_addr))
> goto out;
This is not indented correctly, the second line of the if() statement
should start at the first column after the openning parenthesis of the
top-level if() statement.
> + if (*value == IXGBE_FAILED_READ_CFG_WORD &&
> + ixgbe_check_cfg_remove(&adapter->hw, parent_dev))
> + return -1;
Just as you correctly did here.
--
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