Commit 1ca33bf9 authored by Jilin Yuan's avatar Jilin Yuan Committed by Tony Nguyen

intel/igbvf:fix repeated words in comments

Delete the redundant word 'on'.
Delete the redundant word 'slot'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent 7cdb8cc8
...@@ -227,7 +227,7 @@ struct igbvf_adapter { ...@@ -227,7 +227,7 @@ struct igbvf_adapter {
/* The VF counters don't clear on read so we have to get a base /* The VF counters don't clear on read so we have to get a base
* count on driver start up and always subtract that base on * count on driver start up and always subtract that base on
* on the first update, thus the flag.. * the first update, thus the flag..
*/ */
struct e1000_vf_stats stats; struct e1000_vf_stats stats;
u64 zero_base; u64 zero_base;
......
...@@ -2537,7 +2537,7 @@ static pci_ers_result_t igbvf_io_error_detected(struct pci_dev *pdev, ...@@ -2537,7 +2537,7 @@ static pci_ers_result_t igbvf_io_error_detected(struct pci_dev *pdev,
igbvf_down(adapter); igbvf_down(adapter);
pci_disable_device(pdev); pci_disable_device(pdev);
/* Request a slot slot reset. */ /* Request a slot reset. */
return PCI_ERS_RESULT_NEED_RESET; return PCI_ERS_RESULT_NEED_RESET;
} }
......
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