aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2018-04-20 04:41:33 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-04-30 12:09:04 -0400
commitf5254429e1756ad7fede0249c9b779e37b6c967f (patch)
tree8d78d1615b16337d30b24a275c0d20605cb1bfc4 /drivers/net/ethernet/intel/i40e/i40e_ptp.c
parent04a1e08cc734da60445c417e314a0f35a642861b (diff)
i40e/i40evf: cleanup incorrect function doxygen comments
Recent versions of the Linux kernel now warn about incorrect parameter definitions for function comments. Fix up several function comments to correctly reflect the current function arguments. This cleans up the warnings and helps ensure our documentation is accurate. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_ptp.c')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_ptp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_ptp.c b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
index 47d10ad39c18..43d7c44d6d9f 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_ptp.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
@@ -483,7 +483,7 @@ void i40e_ptp_set_increment(struct i40e_pf *pf)
483/** 483/**
484 * i40e_ptp_get_ts_config - ioctl interface to read the HW timestamping 484 * i40e_ptp_get_ts_config - ioctl interface to read the HW timestamping
485 * @pf: Board private structure 485 * @pf: Board private structure
486 * @ifreq: ioctl data 486 * @ifr: ioctl data
487 * 487 *
488 * Obtain the current hardware timestamping settigs as requested. To do this, 488 * Obtain the current hardware timestamping settigs as requested. To do this,
489 * keep a shadow copy of the timestamp settings rather than attempting to 489 * keep a shadow copy of the timestamp settings rather than attempting to
@@ -627,7 +627,7 @@ static int i40e_ptp_set_timestamp_mode(struct i40e_pf *pf,
627/** 627/**
628 * i40e_ptp_set_ts_config - ioctl interface to control the HW timestamping 628 * i40e_ptp_set_ts_config - ioctl interface to control the HW timestamping
629 * @pf: Board private structure 629 * @pf: Board private structure
630 * @ifreq: ioctl data 630 * @ifr: ioctl data
631 * 631 *
632 * Respond to the user filter requests and make the appropriate hardware 632 * Respond to the user filter requests and make the appropriate hardware
633 * changes here. The XL710 cannot support splitting of the Tx/Rx timestamping 633 * changes here. The XL710 cannot support splitting of the Tx/Rx timestamping