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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 4E856C2D0EF for ; Fri, 17 Apr 2020 19:54:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 368A220776 for ; Fri, 17 Apr 2020 19:54:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730604AbgDQTyN (ORCPT ); Fri, 17 Apr 2020 15:54:13 -0400 Received: from ms.lwn.net ([45.79.88.28]:42742 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730590AbgDQTyN (ORCPT ); Fri, 17 Apr 2020 15:54:13 -0400 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 CC35F9A9; Fri, 17 Apr 2020 19:54:12 +0000 (UTC) Date: Fri, 17 Apr 2020 13:54:11 -0600 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [GIT PULL] Some documentation fixes Message-ID: <20200417135411.3730b17c@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-fixes for you to fetch changes up to d98dbbe0d331b1a6dc1ca0b948c99d58cdba580c: scripts: documentation-file-ref-check: Add line break before exit (2020-04-15 15:13:13 -0600) ---------------------------------------------------------------- A handful of fixes for reasonably obnoxious documentation issues. ---------------------------------------------------------------- Chris Packham (1): docs: timekeeping: Use correct prototype for deprecated functions Eric Biggers (1): docs: admin-guide: merge sections for the kernel.modprobe sysctl Peter Maydell (1): scripts/kernel-doc: Add missing close-paren in c:function directives Tiezhu Yang (1): scripts: documentation-file-ref-check: Add line break before exit Documentation/admin-guide/sysctl/kernel.rst | 47 ++++++++++++----------------- Documentation/core-api/timekeeping.rst | 6 ++-- scripts/documentation-file-ref-check | 2 +- scripts/kernel-doc | 2 +- 4 files changed, 24 insertions(+), 33 deletions(-)