Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}

+1 −1
Original line number Diff line number Diff line
@@ -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
		};