1. 30 Sep, 2010 1 commit
  2. 28 Sep, 2010 1 commit
  3. 27 Sep, 2010 1 commit
  4. 25 Sep, 2010 1 commit
  5. 24 Sep, 2010 2 commits
  6. 23 Sep, 2010 1 commit
  7. 21 Sep, 2010 7 commits
  8. 20 Sep, 2010 6 commits
  9. 17 Sep, 2010 6 commits
  10. 16 Sep, 2010 8 commits
  11. 14 Sep, 2010 2 commits
  12. 13 Sep, 2010 2 commits
  13. 12 Sep, 2010 1 commit
  14. 11 Sep, 2010 1 commit
    • Randy Dunlap's avatar
      docbook: skip files with no docs since they generate scary warnings · 39d70939
      Randy Dunlap authored
      Fix docbook templates that reference files that do not contain the
      expected kernel-doc notation.
      
      Fixes these warnings:
      
        Warning(arch/x86/include/asm/unaligned.h): no structured comments found
        Warning(lib/vsprintf.c): no structured comments found
      
      These cause errors in the generated html output, like below, so drop
      these lines.
      
        Name
        arch/x86/include/asm/unaligned.h - Document generation inconsistency
        Oops
        Warning
        The template for this document tried to insert the structured comment from the file arch/x86/include/asm/unaligned.h at this point, but none was found. This dummy section is inserted to allow generation to continue.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      39d70939