Skip to content
Snippets Groups Projects
  1. Oct 26, 2021
  2. Jun 04, 2021
  3. Apr 15, 2020
  4. Mar 12, 2020
  5. Feb 25, 2020
  6. Jun 14, 2019
    • Mauro Carvalho Chehab's avatar
      scripts/documentation-file-ref-check: ignore output dir · 407b584d
      Mauro Carvalho Chehab authored
      
      When there's no Documentation/output directory, the script will
      complain about those missing references:
      
      	Documentation/doc-guide/sphinx.rst: Documentation/output
      	Documentation/doc-guide/sphinx.rst: Documentation/output
      	Documentation/process/howto.rst: Documentation/output
      	Documentation/translations/it_IT/doc-guide/sphinx.rst: Documentation/output
      	Documentation/translations/it_IT/doc-guide/sphinx.rst: Documentation/output
      	Documentation/translations/it_IT/process/howto.rst: Documentation/output
      	Documentation/translations/ja_JP/howto.rst: Documentation/output
      	Documentation/translations/ko_KR/howto.rst: Documentation/output
      
      Those are false positives, so add an ignore rule for them.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      407b584d
    • Mauro Carvalho Chehab's avatar
      docs: target: convert docs to ReST and rename to *.rst · 4ca9bc22
      Mauro Carvalho Chehab authored
      
      Convert the TCM docs to ReST format and add them to the
      bookset.
      
      This has a mix of userspace-faced and Kernelspace faced
      docs. Still, it sounds a better candidate to be added at
      the kernel API set of docs.
      
      The conversion is actually:
        - add blank lines and identation in order to identify paragraphs;
        - fix tables markups;
        - add some lists markups;
        - mark literal blocks;
        - adjust title markups.
      
      At its new index.rst, let's add a :orphan: while this is not linked to
      the main index.rst file, in order to avoid build warnings.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      4ca9bc22
  7. Jun 07, 2019
  8. May 30, 2019
  9. May 03, 2019
  10. Jul 02, 2018
    • Mauro Carvalho Chehab's avatar
      scripts/documentation-file-ref-check: ignore sched-pelt false positive · 5d395fa6
      Mauro Carvalho Chehab authored
      
      When Documentation/scheduler/sched-pelt.c is compiled, it generates
      a file called Documentation/scheduler/sched-pelt. As this only
      exists after building such tool, we need an explict check
      to remove the false-positive.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      5d395fa6
    • Mauro Carvalho Chehab's avatar
      scripts/documentation-file-ref-check: remove some false positives · d25c0634
      Mauro Carvalho Chehab authored
      
      There are several false positives at tcm_mod_builder.txt:
      
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.c
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric.h
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_configfs.c
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
          Documentation/target/tcm_mod_builder.txt: mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kconfig
      
      Ignore them.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      d25c0634
  11. Jun 15, 2018
  12. May 10, 2018
  13. Oct 12, 2017
Loading