Commit e9262447 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher

e1000e: minor error message corrections

Correct error messages when setting up Rx resources and when checking
module parameters.
Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarJeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 36b973df
......@@ -2130,7 +2130,7 @@ int e1000e_setup_rx_resources(struct e1000_adapter *adapter)
}
err:
vfree(rx_ring->buffer_info);
e_err("Unable to allocate memory for the transmit descriptor ring\n");
e_err("Unable to allocate memory for the receive descriptor ring\n");
return err;
}
......
......@@ -421,7 +421,7 @@ void __devinit e1000e_check_options(struct e1000_adapter *adapter)
static const struct e1000_option opt = {
.type = enable_option,
.name = "CRC Stripping",
.err = "defaulting to enabled",
.err = "defaulting to Enabled",
.def = OPTION_ENABLED
};
......
Markdown is supported
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