From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25373C433E6 for ; Fri, 8 Jan 2021 17:32:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CBD9623A5C for ; Fri, 8 Jan 2021 17:32:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728326AbhAHRcB (ORCPT ); Fri, 8 Jan 2021 12:32:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728322AbhAHRcB (ORCPT ); Fri, 8 Jan 2021 12:32:01 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AF57C0612EA; Fri, 8 Jan 2021 09:31:21 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 232427DB; Fri, 8 Jan 2021 17:31:21 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 232427DB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1610127081; bh=buUWoDkE18q1AeRyuA4cMNBnZ3FdNTmMpr5kz7V2qTY=; h=Date:From:To:Cc:Subject:From; b=X0yxz1u9yFAo4VUQ1QWcWySK/nnd12xoV180RRGvolwcw7YFlIudPI354dg6hCqdU DBQX67oR9krZwQL0cHXAqrqKU1WHVdN39UJlgNeVx41UWnXuuu5hrkfftm4jRkw+wW hZ+j84+GlIbHoP27F6DKXq4vKp3DTFHUdrDkMdjCYh+KBLaLQ2tv/J1ajCDvhsNq8A ghhNnZ7DgpLyunta/uyqlJEPamj25E8MA4qftA7OzLfCvaIWal0jYs5+gT0YsqhQYS bhLe7P09TLk/gf9IU5mCv9kpRqvwL8qsDYLt7/psq/6fp8KFt5RJrxGbZY3RiLNTpv kBkshvxtEQQaA== Date: Fri, 8 Jan 2021 10:31:20 -0700 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [GIT PULL] Documentation fixes Message-ID: <20210108103120.73a35ba6@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-5.11-3 for you to fetch changes up to 9d54ee78aef62c29b15ae2f58a70b1d1cd63a8f0: docs: admin-guide: bootconfig: Fix feils to fails (2021-01-07 14:44:58 -0700) ---------------------------------------------------------------- A handful of relatively small documentation fixes. ---------------------------------------------------------------- Bhaskar Chowdhury (1): docs: admin-guide: bootconfig: Fix feils to fails Jonathan Neuschäfer (1): docs: binfmt-misc: Fix .rst formatting Liao Pingfang (1): docs/mm: concepts.rst: Correct the threshold to low watermark Lukas Bulwahn (1): atomic: remove further references to atomic_ops Miguel Ojeda (1): docs: remove mention of ENABLE_MUST_CHECK Nícolas F. R. A. Prado (1): docs: Fix reST markup when linking to sections Randy Dunlap (3): Documentation: admin: early_param()s are also listed in kernel-parameters Documentation: doc-guide: fixes to sphinx.rst Documentation/admin-guide: kernel-parameters: hyphenate comma-separated .../Memory-Ordering/Tree-RCU-Memory-Ordering.rst | 8 +++--- .../RCU/Design/Requirements/Requirements.rst | 20 +++++++------- Documentation/admin-guide/binfmt-misc.rst | 4 +-- Documentation/admin-guide/bootconfig.rst | 2 +- Documentation/admin-guide/kernel-parameters.rst | 4 +-- Documentation/admin-guide/kernel-parameters.txt | 12 ++++---- Documentation/admin-guide/mm/concepts.rst | 2 +- Documentation/core-api/index.rst | 1 - Documentation/doc-guide/sphinx.rst | 32 +++++++++++----------- Documentation/kernel-hacking/locking.rst | 8 +++--- Documentation/process/4.Coding.rst | 6 ++-- .../sound/kernel-api/writing-an-alsa-driver.rst | 16 +++++------ MAINTAINERS | 1 - 13 files changed, 56 insertions(+), 60 deletions(-)