]> git.baikalelectronics.ru Git - kernel.git/commit
net: dev: add a missing kernel-doc annotation
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 23 Jun 2020 07:08:58 +0000 (09:08 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 26 Jun 2020 16:00:20 +0000 (10:00 -0600)
commitb2ba09cb4ee1297fbfbc8c73398f5b6f0779fafa
tree62dd6c6df5b38069acbcb2283e61aef5fcd9ca52
parent4ea371a893209c85589da1b03657274cfacf89ad
net: dev: add a missing kernel-doc annotation

The dev argument was not listed at kernel-doc markup:

./net/core/dev.c:7878: warning: Function parameter or member 'dev' not described in 'netdev_get_xmit_slave'

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/6e22325bb9bd4cc2249c3768b0e3ad75933445f8.1592895969.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
net/core/dev.c