]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
igb: Fix code comment
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Mar 2014 23:07:14 +0000 (16:07 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 14 Mar 2014 23:29:14 +0000 (16:29 -0700)
Recently added code comment was missing a space that is needed.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c

index 340a3449e1e93ff0474c1a0f62488f953ffb0ec4..ea8b9c41cf9f9393e51146b3bacd7d11c8989a1b 100644 (file)
@@ -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: