File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/net/ethernet/intel/igb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 **/
39123912static void igb_probe_vfs (struct igb_adapter * adapter )
You can’t perform that action at this time.
0 commit comments