Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

e1000e: minor comment cleanups

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

authored by

Bruce Allan and committed by
Jeff Kirsher
d64a6f4d 7be799a7

+2 -2
+2 -2
drivers/net/e1000e/lib.c
··· 144 144 * @hw: pointer to the HW structure 145 145 * @rar_count: receive address registers 146 146 * 147 - * Setups the receive address registers by setting the base receive address 147 + * Setup the receive address registers by setting the base receive address 148 148 * register to the devices MAC address and clearing all the other receive 149 149 * address registers to 0. 150 150 **/ ··· 1181 1181 * of pause frames. In this case, we had to advertise 1182 1182 * FULL flow control because we could not advertise Rx 1183 1183 * ONLY. Hence, we must now check to see if we need to 1184 - * turn OFF the TRANSMISSION of PAUSE frames. 1184 + * turn OFF the TRANSMISSION of PAUSE frames. 1185 1185 */ 1186 1186 if (hw->fc.requested_mode == e1000_fc_full) { 1187 1187 hw->fc.current_mode = e1000_fc_full;