Skip to content
Snippets Groups Projects
Commit b936136d authored by Jeff Kirsher's avatar Jeff Kirsher
Browse files

igb: Fix code comment


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

Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 17794326
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment