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

ixgbevf: Fix name of function in function header comment

Some of the function names in function header comments did not match
actual name of the function.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

authored by

Greg Rose and committed by
Jeff Kirsher
65d676c8 69bfbec4

+8 -8
+8 -8
drivers/net/ixgbevf/ixgbevf_main.c
··· 107 107 } 108 108 109 109 /* 110 - * ixgbe_set_ivar - set the IVAR registers, mapping interrupt causes to vectors 110 + * ixgbevf_set_ivar - set IVAR registers - maps interrupt causes to vectors 111 111 * @adapter: pointer to adapter struct 112 112 * @direction: 0 for Rx, 1 for Tx, -1 for other causes 113 113 * @queue: queue to map the corresponding interrupt to ··· 1017 1017 } 1018 1018 1019 1019 /** 1020 - * ixgbe_msix_clean_rx - single unshared vector rx clean (all queues) 1020 + * ixgbevf_msix_clean_rx - single unshared vector rx clean (all queues) 1021 1021 * @irq: unused 1022 1022 * @data: pointer to our q_vector struct for this interrupt vector 1023 1023 **/ ··· 1972 1972 } 1973 1973 1974 1974 /* 1975 - * ixgbe_set_num_queues: Allocate queues for device, feature dependant 1975 + * ixgbevf_set_num_queues: Allocate queues for device, feature dependant 1976 1976 * @adapter: board private structure to initialize 1977 1977 * 1978 1978 * This is the top level queue allocation routine. The order here is very ··· 3534 3534 }; 3535 3535 3536 3536 /** 3537 - * ixgbe_init_module - Driver Registration Routine 3537 + * ixgbevf_init_module - Driver Registration Routine 3538 3538 * 3539 - * ixgbe_init_module is the first routine called when the driver is 3539 + * ixgbevf_init_module is the first routine called when the driver is 3540 3540 * loaded. All it does is register with the PCI subsystem. 3541 3541 **/ 3542 3542 static int __init ixgbevf_init_module(void) ··· 3554 3554 module_init(ixgbevf_init_module); 3555 3555 3556 3556 /** 3557 - * ixgbe_exit_module - Driver Exit Cleanup Routine 3557 + * ixgbevf_exit_module - Driver Exit Cleanup Routine 3558 3558 * 3559 - * ixgbe_exit_module is called just before the driver is removed 3559 + * ixgbevf_exit_module is called just before the driver is removed 3560 3560 * from memory. 3561 3561 **/ 3562 3562 static void __exit ixgbevf_exit_module(void) ··· 3566 3566 3567 3567 #ifdef DEBUG 3568 3568 /** 3569 - * ixgbe_get_hw_dev_name - return device name string 3569 + * ixgbevf_get_hw_dev_name - return device name string 3570 3570 * used by hardware layer to print debugging information 3571 3571 **/ 3572 3572 char *ixgbevf_get_hw_dev_name(struct ixgbe_hw *hw)