1. 07 Jun, 2019 1 commit
  2. 06 Jun, 2019 4 commits
  3. 04 Jun, 2019 1 commit
  4. 31 May, 2019 1 commit
  5. 30 May, 2019 9 commits
  6. 29 May, 2019 12 commits
  7. 27 May, 2019 1 commit
  8. 24 May, 2019 9 commits
  9. 23 May, 2019 2 commits
    • Jonathan Corbet's avatar
      docs: fix multiple doc build warnings in enumeration.rst · bbb30909
      Jonathan Corbet authored
      The conversion of acpi/enumeration.txt to RST included one markup error,
      leading to many warnings like:
      
        .../firmware-guide/acpi/enumeration.rst:430: WARNING: Unexpected indentation.
      
      Add the missing colon and create some peace.
      
      Fixes: c24bc66e ("Documentation: ACPI: move enumeration.txt to firmware-guide/acpi and convert to reST")
      Cc: Changbin Du <changbin.du@gmail.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      bbb30909
    • Jonathan Corbet's avatar
      lib/list_sort: fix kerneldoc build error · f35a1abd
      Jonathan Corbet authored
      Commit 043b3f7b ("lib/list_sort: simplify and remove
      MAX_LIST_LENGTH_BITS") added some useful kerneldoc info, but also broke the
      docs build:
      
        ./lib/list_sort.c:128: WARNING: Definition list ends without a blank line; unexpected unindent.
        ./lib/list_sort.c:161: WARNING: Unexpected indentation.
        ./lib/list_sort.c:162: WARNING: Block quote ends without a blank line; unexpected unindent.
      
      Fix the offending literal block and make the error go away.
      
      Fixes: 043b3f7b ("lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS")
      Cc: George Spelvin <lkml@sdf.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      f35a1abd