Browse Source

igb: Fix code comment

Recently added code comment was missing a space that is needed.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Jeff Kirsher 11 years ago
parent
commit
b936136da2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/intel/igb/igb_main.c

+ 1 - 1
drivers/net/ethernet/intel/igb/igb_main.c

@@ -1978,7 +1978,7 @@ void igb_reset(struct igb_adapter *adapter)
 		}
 	}
 #endif
-	/*Re-establish EEE setting */
+	/* Re-establish EEE setting */
 	if (hw->phy.media_type == e1000_media_type_copper) {
 		switch (mac->type) {
 		case e1000_i350: