net/core: Fix warning while make xmldocs caused by dev.c
authorMasanari Iida <standby24x7@gmail.com>
Sat, 14 Feb 2015 13:26:34 +0000 (22:26 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Feb 2015 04:34:49 +0000 (20:34 -0800)
commit4a26e453d99a06e3f1548569d7d405ce38878b78
tree3ddefbaf446c39570115174d7c19d4859ec8ce7a
parent2b0ba96cea6066d2543066fa524120b384f3bd6b
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 61bd3857ff2c7daf756d49b41e6277bbdaa8f789
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>
net/core/dev.c