]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix kdoc on __dev_queue_xmit()
authorJakub Kicinski <kuba@kernel.org>
Mon, 9 May 2022 17:04:12 +0000 (10:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 May 2022 00:46:07 +0000 (17:46 -0700)
commit18f1fdcd23a715e9005c98824e402ed47a74b885
treea37789f9c19373e5e3f0057c2bf3e5c6a7aec75c
parent7a1328287a263f84f3bb5ac2c474166ca9886d8b
net: fix kdoc on __dev_queue_xmit()

Commit 4e39750f93dab0 ("net: inline dev_queue_xmit()") exported
__dev_queue_xmit(), now it's being rendered in html docs, triggering:

Documentation/networking/kapi:92: net/core/dev.c:4101: WARNING: Missing matching underline for section title overline.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/linux-next/20220503073420.6d3f135d@canb.auug.org.au/
Fixes: 4e39750f93dab0 ("net: inline dev_queue_xmit()")
Link: https://lore.kernel.org/r/20220509170412.1069190-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/dev.c