]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0f27105e3090552949e5412ef6bf7b59939763b
tree5aeac834d507633b1726e9a4d4253e0d8ef0f166
parentf4ef3f7f03c5485ea56413fa234dd14fefd28a74
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 2c11d8a89f0b5 ("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