Commit 8bfb7869 authored by Jilin Yuan's avatar Jilin Yuan Committed by Tony Nguyen
Browse files

intel/ixgbevf:fix repeated words in comments



Delete the redundant word 'slot'.
Delete the redundant word 'we'.

Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent 1e401f76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4787,7 +4787,7 @@ static pci_ers_result_t ixgbevf_io_error_detected(struct pci_dev *pdev,
		pci_disable_device(pdev);
	rtnl_unlock();

	/* Request a slot slot reset. */
	/* Request a slot reset. */
	return PCI_ERS_RESULT_NEED_RESET;
}

+1 −1
Original line number Diff line number Diff line
@@ -964,7 +964,7 @@ int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
	if (!err) {
		msg[0] &= ~IXGBE_VT_MSGTYPE_CTS;

		/* if we we didn't get an ACK there must have been
		/* if we didn't get an ACK there must have been
		 * some sort of mailbox error so we should treat it
		 * as such
		 */