net/avf/base: fix comment referencing internal data

Message ID 20181221121659.5214-1-ramirose@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net/avf/base: fix comment referencing internal data |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen Dec. 21, 2018, 12:16 p.m. UTC
  DCR is Intel internal information, no need to be in public code.
See also a parallel patch by Ferruh, commit 
1a0833efde70 ("net/i40e/base: fix comment referencing internal data").

Fixes: e5b2a9e957e7 ("net/avf/base: add base code for avf PMD")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/net/avf/base/avf_adminq_cmd.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Comments

Ferruh Yigit Dec. 21, 2018, 2:10 p.m. UTC | #1
On 12/21/2018 12:16 PM, Rami Rosen wrote:
> DCR is Intel internal information, no need to be in public code.
> See also a parallel patch by Ferruh, commit 
> 1a0833efde70 ("net/i40e/base: fix comment referencing internal data").
> 
> Fixes: e5b2a9e957e7 ("net/avf/base: add base code for avf PMD")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/drivers/net/avf/base/avf_adminq_cmd.h b/drivers/net/avf/base/avf_adminq_cmd.h
index 1709f317e..795491187 100644
--- a/drivers/net/avf/base/avf_adminq_cmd.h
+++ b/drivers/net/avf/base/avf_adminq_cmd.h
@@ -1435,8 +1435,7 @@  struct avf_aqc_add_remove_cloud_filters_element_data {
 };
 
 /* avf_aqc_add_rm_cloud_filt_elem_ext is used when
- * AVF_AQC_ADD_REM_CLOUD_CMD_BIG_BUFFER flag is set. refer to
- * DCR288
+ * AVF_AQC_ADD_REM_CLOUD_CMD_BIG_BUFFER flag is set.
  */
 struct avf_aqc_add_rm_cloud_filt_elem_ext {
 	struct avf_aqc_add_remove_cloud_filters_element_data element;