net: ethernet: stmmac: fix documentation warning
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 13 Jul 2018 11:50:15 +0000 (11:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2018 20:42:44 +0000 (13:42 -0700)
commit014dd7684e75730fa8d25bc7583534db141e5ded
tree5aeac834d507633b1726e9a4d4253e0d8ef0f166
parent56c266dcfa0c3290d73b1fd5dc736aaa7d23e3ef
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 afea03656add7 ("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>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c