From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752693AbdGMQfD (ORCPT ); Thu, 13 Jul 2017 12:35:03 -0400 Received: from ms.lwn.net ([45.79.88.28]:47376 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752314AbdGMQfC (ORCPT ); Thu, 13 Jul 2017 12:35:02 -0400 Date: Thu, 13 Jul 2017 10:35:00 -0600 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [PULL] Documentation fixes Message-ID: <20170713103500.0dcc72d7@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)