igb: Cleanups to fix incorrect indentation
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / e1000_nvm.c
index 9abf82919c65535d7b3fd7f7d7200f80fffd1f0a..89f635fd5dde7739e38a8d2f290bb4e9a0b4fad5 100644 (file)
@@ -480,6 +480,7 @@ s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data)
                /* Loop to allow for up to whole page write of eeprom */
                while (widx < words) {
                        u16 word_out = data[widx];
+
                        word_out = (word_out >> 8) | (word_out << 8);
                        igb_shift_out_eec_bits(hw, word_out, 16);
                        widx++;
This page took 0.071758 seconds and 5 git commands to generate.