Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1686772 > unrolled thread

[PULL] Documentation fixes

Started byJonathan Corbet <corbet@lwn.net>
First post2017-07-13 18:40 +0200
Last post2017-07-13 18:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PULL] Documentation fixes Jonathan Corbet <corbet@lwn.net> - 2017-07-13 18:40 +0200

#1686772 — [PULL] Documentation fixes

FromJonathan Corbet <corbet@lwn.net>
Date2017-07-13 18:40 +0200
Subject[PULL] Documentation fixes
Message-ID<u2PjI-7XN-3@gated-at.bofh.it>
The following changes since commit
1cb566ba5634d7593b8b2a0a5c83f1c9e14b2e09:

  scripts/kernel-doc: handle DECLARE_HASHTABLE (2017-07-03 06:57:09 -0600)

are available in the git repository at:

  git://git.lwn.net/linux.git tags/4.13-fixes

for you to fetch changes up to 51e988f4092428e3d2c9f141fba9f86583bc82f3:

  kokr/memory-barriers.txt: Fix obsolete link to atomic_ops.txt (2017-07-12 16:56:40 -0600)

----------------------------------------------------------------
A set of fixes for various warnings, including the one caused by the
removal of kernel/rcu/srcu.c.  Also correct a stray pointer in
memory-barriers.txt.

----------------------------------------------------------------
Jonathan Corbet (3):
      docs: Do not include from kernel/rcu/srcu.c
      docs: Include uaccess docs from the right file
      docs: Turn off section numbering for the input docs

SeongJae Park (2):
      memory-barriers.txt: Fix broken link to atomic_ops.txt
      kokr/memory-barriers.txt: Fix obsolete link to atomic_ops.txt

 Documentation/core-api/kernel-api.rst                |  2 +-
 Documentation/driver-api/basics.rst                  |  3 ---
 Documentation/input/index.rst                        |  1 -
 Documentation/memory-barriers.txt                    |  6 +++---
 Documentation/translations/ko_KR/memory-barriers.txt | 14 +++++++-------
 5 files changed, 11 insertions(+), 15 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web