mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
net/core: Fix warning while make xmldocs caused by dev.c
This patch fix following warning wile make xmldocs.
Warning(.//net/core/dev.c:5345): No description found
for parameter 'bonding_info'
Warning(.//net/core/dev.c:5345): Excess function parameter
'netdev_bonding_info' description in 'netdev_bonding_info_change'
This warning starts to appear after following patch was added
into Linus's tree during merger period.
commit 61bd3857ff
net/core: Add event for a change in slave state
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2b0ba96cea
commit
4a26e453d9
@ -5336,7 +5336,7 @@ EXPORT_SYMBOL(netdev_upper_dev_unlink);
|
|||||||
/**
|
/**
|
||||||
* netdev_bonding_info_change - Dispatch event about slave change
|
* netdev_bonding_info_change - Dispatch event about slave change
|
||||||
* @dev: device
|
* @dev: device
|
||||||
* @netdev_bonding_info: info to dispatch
|
* @bonding_info: info to dispatch
|
||||||
*
|
*
|
||||||
* Send NETDEV_BONDING_INFO to netdev notifiers with info.
|
* Send NETDEV_BONDING_INFO to netdev notifiers with info.
|
||||||
* The caller must hold the RTNL lock.
|
* The caller must hold the RTNL lock.
|
||||||
|
Loading…
Reference in New Issue
Block a user