From: Guinan Sun Date: Sat, 12 Sep 2020 03:00:34 +0000 (+0000) Subject: net/i40e/base: fix function header arguments X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=36fcba1ff56a99bd052cc8f1e24fb5fd4afe27ac;p=dpdk.git net/i40e/base: fix function header arguments Fix them by adding the argument descriptions. Fixes: 0d9d27bb8684 ("i40e/base: prepare local LLDP MIB in TLV") Cc: stable@dpdk.org Signed-off-by: Jesse Brandeburg Signed-off-by: Guinan Sun Acked-by: Qi Zhang --- diff --git a/drivers/net/i40e/base/i40e_dcb.c b/drivers/net/i40e/base/i40e_dcb.c index a07c61e673..388af3d64d 100644 --- a/drivers/net/i40e/base/i40e_dcb.c +++ b/drivers/net/i40e/base/i40e_dcb.c @@ -1267,7 +1267,8 @@ enum i40e_status_code i40e_set_dcb_config(struct i40e_hw *hw) /** * i40e_dcb_config_to_lldp - Convert Dcbconfig to MIB format - * @hw: pointer to the hw struct + * @lldpmib: pointer to mib to be output + * @miblen: pointer to u16 for length of lldpmib * @dcbcfg: store for LLDPDU data * * send DCB configuration to FW