diff options
| author | Mitch Williams <mitch.a.williams@intel.com> | 2016-03-10 14:59:50 -0800 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2016-04-05 12:27:14 -0700 |
| commit | 55f7d7233bd15c8a3fcf7051c681b05de5980a18 (patch) | |
| tree | d75dd01cdcbe2f3820c4052d0924e6a9cc0aa534 | |
| parent | 19b73d8efaa459a66665b5e0a3e7acedd05f4901 (diff) | |
| download | linux-55f7d7233bd15c8a3fcf7051c681b05de5980a18.tar.gz linux-55f7d7233bd15c8a3fcf7051c681b05de5980a18.zip | |
i40e: Change comment to reflect correct function name
Minor correction in the comment to reflect the correct function name
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
| -rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c index 291d6282f95b..47b9e62473c4 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c +++ b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c @@ -63,7 +63,7 @@ static void i40e_vc_vf_broadcast(struct i40e_pf *pf, } /** - * i40e_vc_notify_link_state + * i40e_vc_notify_vf_link_state * @vf: pointer to the VF structure * * send a link status message to a single VF |
