]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: do not warn about duplicate default section names
authorJani Nikula <jani.nikula@intel.com>
Fri, 10 Jun 2016 08:14:05 +0000 (11:14 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 10 Jun 2016 08:29:18 +0000 (11:29 +0300)
commitd163f24faf9448eeba3b8f6adb4ddd4bd7bf34e7
tree573cf4c74d23767e96af689d1daba9ec39ecc0f8
parentc8976af4ac036ec983d087a30cdc01bbd3bf6713
kernel-doc: do not warn about duplicate default section names

Since

commit ac6e94bb333d8a4af714ca81c8ef46276dec51b1
Author: Jani Nikula <jani.nikula@intel.com>
Date:   Sun May 29 09:40:44 2016 +0300

    kernel-doc: concatenate contents of colliding sections

we started getting (more) errors on duplicate section names, especially
on the default section name "Description":

include/net/mac80211.h:3174: warning: duplicate section name 'Description'

This is usually caused by a slightly unorthodox placement of parameter
descriptions, like in the above case, and kernel-doc resetting back to
the default section more than once within a kernel-doc comment.

Ignore warnings on the duplicate section name automatically assigned by
kernel-doc, and only consider explicitly user assigned duplicate section
names an issue.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc