Skip to content

Commit f40b0ac

Browse files
johnnypark777anguy11
authored andcommitted
igb: Fix 2 typos in comments in igb_main.c
Fix 2 spelling mistakes in comments in `igb_main.c`. Signed-off-by: Johnny Park <[email protected]> Acked-by: Przemek Kitszel <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent ade6fde commit f40b0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/intel/igb/igb_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ static int igb_alloc_q_vector(struct igb_adapter *adapter,
12041204
/* initialize pointer to rings */
12051205
ring = q_vector->ring;
12061206

1207-
/* intialize ITR */
1207+
/* initialize ITR */
12081208
if (rxr_count) {
12091209
/* rx or rx/tx vector */
12101210
if (!adapter->rx_itr_setting || adapter->rx_itr_setting > 3)
@@ -3906,7 +3906,7 @@ static void igb_remove(struct pci_dev *pdev)
39063906
*
39073907
* This function initializes the vf specific data storage and then attempts to
39083908
* allocate the VFs. The reason for ordering it this way is because it is much
3909-
* mor expensive time wise to disable SR-IOV than it is to allocate and free
3909+
* more expensive time wise to disable SR-IOV than it is to allocate and free
39103910
* the memory for the VFs.
39113911
**/
39123912
static void igb_probe_vfs(struct igb_adapter *adapter)

0 commit comments

Comments
 (0)