Commit 014dd768 authored by Corentin Labbe's avatar Corentin Labbe Committed by David S. Miller

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 afea0365 ("stmmac: rework DMA bus setting and introduce new platform AXI structure")
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 56c266dc
...@@ -94,7 +94,6 @@ static int dwmac1000_validate_ucast_entries(int ucast_entries) ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment