1. 03 6月, 2016 1 次提交
    • D
      scripts/kernel-doc: Remove duplicated DOC: start handling · ebff7f92
      Daniel Vetter 提交于
      Further up in the state machinery we switch from STATE_NAME to
      STATE_DOCBLOCK when we match /$doc_block/. Which means this block of
      code here is entirely unreachable, unless there are multiple DOC:
      sections within a single kernel-doc comment.
      
      Getting a list of all the files with more than one DOC: section using
      
      $ git grep -c " * DOC:" | grep -v ":1$"
      
      and then doing a full audit of them reveals there are no such comment
      blocks in the kernel.
      
      Supporting multiple DOC: sections in a single kernel-doc comment does
      not seem like a recommended way of doing things anyway, so nuke the code
      for simplicity.
      
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: linux-doc@vger.kernel.org
      Cc: Jonathan Corbet <corbet@lwn.net>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      [Jani: amended the commit message]
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      ebff7f92
  2. 01 6月, 2016 2 次提交
  3. 30 5月, 2016 32 次提交
  4. 29 5月, 2016 5 次提交