net: ethernet: stmmac: fix documentation warning

This patch remove the following documentation warning
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:103: warning: Excess function parameter 'priv' description in 'stmmac_axi_setup'
It was introduced in commit afea03656a ("stmmac: rework DMA bus setting and introduce new platform AXI structure")

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Corentin Labbe 2018-07-13 11:50:15 +00:00 committed by David S. Miller
parent 56c266dcfa
commit 014dd7684e
1 changed files with 0 additions and 1 deletions
drivers/net/ethernet/stmicro/stmmac

View File

@ -94,7 +94,6 @@ static int dwmac1000_validate_ucast_entries(int ucast_entries)
/** /**
* stmmac_axi_setup - parse DT parameters for programming the AXI register * stmmac_axi_setup - parse DT parameters for programming the AXI register
* @pdev: platform device * @pdev: platform device
* @priv: driver private struct.
* Description: * Description:
* if required, from device-tree the AXI internal register can be tuned * if required, from device-tree the AXI internal register can be tuned
* by using platform parameters. * by using platform parameters.