From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80093C433EF for ; Sat, 2 Jul 2022 11:08:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232428AbiGBLIV (ORCPT ); Sat, 2 Jul 2022 07:08:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232149AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99C8415A24; Sat, 2 Jul 2022 04:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id D86A9CE0121; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A511C341CA; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=tBv95/of+78CCOl13jgM+LOJKweUAuGjF5j/ye3oFZ0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LT9KrD+rWg9IuzsItd1P7y/5em1aDpXbR2u7NogYL19x5A15sKXxbN9mMtJUFCgLl 5XyBnScayiFL4ktv3zhjlS+G3gwfrEZs8QDi9FXEKAXErB9Jh1cd8t2iR2MeITFtWy VnK+KOALajxQ0ja4fLnSfeJ6JoEQMYueFxkzY/cbtZE3lN4HoeL7EW5DGAd3PwlZAz 9KEgumA/MhWFI3U7OY9/6xIANGO/L6XW+jSyZphg0cmR7Zzt5XqlpWcbgbOkxgZ9b3 8ZV4pDpcO5clpXmhU4eJQUsBOy/z/KX34LjEKAWoiTbGhzAhj8pq6odxWAybv1xMqu fjGVZZkn4ysaQ== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007grr-Jm; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , "Theodore Ts'o" , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/12] docs: ext4: blockmap.rst: fix a broken table Date: Sat, 2 Jul 2022 12:07:33 +0100 Message-Id: <002632a675934d5e7e0899559eb9da4e53639137.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" There's one missing space, causing a long error message when building the docs. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/filesystems/ext4/blockmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/ext4/blockmap.rst b/Documentation/fi= lesystems/ext4/blockmap.rst index 2bd990402a5c..cc596541ce79 100644 --- a/Documentation/filesystems/ext4/blockmap.rst +++ b/Documentation/filesystems/ext4/blockmap.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 =20 +---------------------+---------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------+ -| i.i_block Offset | Where It Points = = = | +| i.i_block Offset | Where It Points = = = | +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ | 0 to 11 | Direct map to file blocks 0 to 11. = = = | +---------------------+---------------------------------------------------= ---------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------------------+ --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AC4BC433EF for ; Sat, 2 Jul 2022 11:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232473AbiGBLIc (ORCPT ); Sat, 2 Jul 2022 07:08:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232131AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66E4015A23; Sat, 2 Jul 2022 04:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D0C8FB81D65; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12272C341CF; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=MUtQumptp1S/XDH3DSm7yGwg6amST7HBoH5oOaTodtw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rZOBBQfHQAfaDPDZTrfoZWmJyP+X7FYFjcgB0pE7CCFFDQQVM6gdwmRjfyKWuptVW +xanstIS4FDR7LkZyhSt2f5/mWmtZbaf1r7rnojJ4hRNP3srJOMXYM8feMsB+7GUJT oVFnOKPQj9C4gihRlVjPpEzi6//Cju8UesjMNBlM4L2xQ4gOphowDZQTVZXd52vVz9 /2LDAlT1VWJ5ddJDz170pesDwCQWouNTDiW8xh8rewCBRJ2H2CScNCSbdVIx0xn6jT bLK8uA7IIaSPFTGSD/YfYiq0t9TXvg1bx070UUn6Srrr0SBdSwIobVSLcq6CLu4+h6 Thhroy1iqNPlQ== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gru-KO; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Dipen Patel , Jonathan Hunter , Thierry Reding , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH 02/12] docs: tegra194-hte.rst: don't include gpiolib.c twice Date: Sat, 2 Jul 2022 12:07:34 +0100 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" All extern functions of drivers/gpio/gpiolib.c are already inside the Kernel documentation, as driver-api/gpio/index.rst already includes it. Placing a kernel-doc here will only cause mess, as the same symbol will be placed on two parts of the document, causing breakages in cross-references. So, instead, add a cross-reference there. This solves those Sphinx 3.1+ warnings: .../Documentation/driver-api/hte/tegra194-hte:28: ./drivers/gpio/gpioli= b.c:2464: WARNING: Duplicate C declaration, also defined at driver-api/gpio= /index:2464. .../Documentation/driver-api/hte/tegra194-hte:28: ./drivers/gpio/gpioli= b.c:2493: WARNING: Duplicate C declaration, also defined at driver-api/gpio= /index:2493. .../Documentation/driver-api/hte/tegra194-hte.rst:2464: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2464. .../Documentation/driver-api/hte/tegra194-hte.rst:2464: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2464. .../Documentation/driver-api/hte/tegra194-hte.rst:2464: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2464. .../Documentation/driver-api/hte/tegra194-hte.rst:2493: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2493. .../Documentation/driver-api/hte/tegra194-hte.rst:2493: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2493. .../Documentation/driver-api/hte/tegra194-hte.rst:2493: WARNING: Duplic= ate C declaration, also defined at driver-api/gpio/index:2493. Signed-off-by: Mauro Carvalho Chehab Acked-by: Dipen Patel Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/driver-api/hte/tegra194-hte.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/= driver-api/hte/tegra194-hte.rst index d29b7fe86f31..f2d617265546 100644 --- a/Documentation/driver-api/hte/tegra194-hte.rst +++ b/Documentation/driver-api/hte/tegra194-hte.rst @@ -25,8 +25,7 @@ and userspace consumers. The kernel space consumers can d= irectly talk to HTE subsystem while userspace consumers timestamp requests go through GPIOLIB = CDEV framework to HTE subsystem. =20 -.. kernel-doc:: drivers/gpio/gpiolib.c - :functions: gpiod_enable_hw_timestamp_ns gpiod_disable_hw_timestamp_ns +See gpiod_enable_hw_timestamp_ns() and gpiod_disable_hw_timestamp_ns(). =20 For userspace consumers, GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE flag must be specified during IOCTL calls. Refer to ``tools/gpio/gpio-event-mon.c``, wh= ich --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48A57CCA47B for ; Sat, 2 Jul 2022 11:08:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232326AbiGBLH7 (ORCPT ); Sat, 2 Jul 2022 07:07:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231502AbiGBLHu (ORCPT ); Sat, 2 Jul 2022 07:07:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C1A315A23; Sat, 2 Jul 2022 04:07:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E9AB860C7B; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0EE9BC341CE; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=U7knWdcRNMPpqeYEtXRH+BbdtuZaJzG1EJJKCVCAs3Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=s0mYvO+oXvttzPIPdyooBLykL9ivuxLiNIMkHmawhmBjBEMH/lLHM4uUNkFLFUG4m L4en6Qozk0gSz+jGgnaxtbl7ZZpZ4BsqR8gy9T/dV77iAf0C0m91CkgcZzOHh+rfWH 9txlevggaVvgHBkZsmuSyPKHjv6HEwXb85gqbw940P8/SU4gI8liouifMJy9zTQjt7 v4TY3SwDoEAgIkO9NoSu4VPxb9XoEjrqeNHrdXH5TYf/HcNNVTNc8H3ergBVBrdGqk IOOfUVXY3z7/BG77igoZfSarm/hIY0opJyir6oeqC6EIz5ImLmVvQOoqznKg6Z/t+k pCVn21a8hHqXw== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007grx-L7; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, linux-kernel@vger.kernel.org Subject: [PATCH 03/12] docs: device-mapper: add a blank line at writecache.rst Date: Sat, 2 Jul 2022 12:07:35 +0100 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The lack of it causes a build warning: Documentation/admin-guide/device-mapper/writecache.rst:23: WARNING: Unexpe= cted indentation. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/admin-guide/device-mapper/writecache.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/admin-guide/device-mapper/writecache.rst b/Docum= entation/admin-guide/device-mapper/writecache.rst index 10429779a91a..6bf78b0446ac 100644 --- a/Documentation/admin-guide/device-mapper/writecache.rst +++ b/Documentation/admin-guide/device-mapper/writecache.rst @@ -20,6 +20,7 @@ Constructor parameters: size) 5. the number of optional parameters (the parameters with an argument count as two) + start_sector n (default: 0) offset from the start of cache device in 512-byte sectors high_watermark n (default: 50) --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96EB7C433EF for ; Sat, 2 Jul 2022 11:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232249AbiGBLII (ORCPT ); Sat, 2 Jul 2022 07:08:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231882AbiGBLHv (ORCPT ); Sat, 2 Jul 2022 07:07:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 060DD15A2A; Sat, 2 Jul 2022 04:07:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8657B60C86; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C1AFC341CD; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=HoY8a1pQ8+QTg3PV6dYwn+Zs/t2wHp535PSOQzabaig=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ljA+otHbIs93lLzFjuRvfpFijXlQQUQ4yzwHyPDkgSHy3BzqpWVZNh+lpWqgzD3qz LXqWTaIy3Tw9BJDIgG+1gTLV/eAbBkpjVLhyGIPDgn11u4hXhSAt+NElki04UHIQfa wdw5dgBryi2nbaJOV/qzh74mbrFghYi1ybUbZluJR9D3NhRUTcAG688xWKPHy/k8vr unFXRwMNPFaIZB1IxosKNBfD7DnYh2qQG/ezfJw3gML6NT4rE8a5+rAtImXTerMluB ati0aQPV93/0KQp+R+0E5mWKzk8lfu7cUVDFOrItwfJJQp729M19Lugl1ojWgLasal dB5qHRSpkoUfw== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gs0-Lx; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , "Mauro Carvalho Chehab" , Bjorn Helgaas , Kishon Vijay Abraham I , Lorenzo Pieralisi , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH 04/12] docs: PCI: pci-vntb-function.rst: Properly include ascii artwork Date: Sat, 2 Jul 2022 12:07:36 +0100 Message-Id: <9eeaa329cc4fa64829ff0bdaf8f10e68f7283ac7.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Adjust identation and add a "::" in order to properly mark the ascii artwork as a code block, fixing this warning: Documentation/PCI/endpoint/pci-vntb-function.rst:82: WARNING: Unexpected i= ndentation. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/PCI/endpoint/pci-vntb-function.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PCI/endpoint/pci-vntb-function.rst b/Documentati= on/PCI/endpoint/pci-vntb-function.rst index cad8013e8839..7b2ac70e2c57 100644 --- a/Documentation/PCI/endpoint/pci-vntb-function.rst +++ b/Documentation/PCI/endpoint/pci-vntb-function.rst @@ -58,7 +58,7 @@ It is same as PCI NTB Function driver Scratchpad Registers: --------------------- =20 - It is appended after Config region. +It is appended after Config region:: =20 +--------------------------------------------------+ Base | | --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24C35CCA488 for ; Sat, 2 Jul 2022 11:07:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232235AbiGBLHy (ORCPT ); Sat, 2 Jul 2022 07:07:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiGBLHu (ORCPT ); Sat, 2 Jul 2022 07:07:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34DA415A1F; Sat, 2 Jul 2022 04:07:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BDFC460C3F; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 007F0C34114; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=EL8lFPgfa0gTSpmdFqzAqi2G88NizQmx11K0ZM8LpBY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ku0joP9hVRaYI7/0QcRxgT++84V5zzltOQvcrYXc/d/ArBcWwznXGfi7xS7UVz/Yp IVZ0sIAaH517DBvtJ7GmVJDSjm9cR70P+c5JNXadrGWvfNZ+/cBTeLACJKeiFw9xjK RnQ1dq0hBaE0iWXf5HKCfXR76btl19a9y40REV3OzMK7GCt52Tk1j68gsObxXPjINa oUoEITJW6TT34bKkixRGUI1YURvfBMvPBZlb9S/z8Hyi+e67nvRgl2wQZalqzzt2lU 68UVSqVXJi+spdfR82wyCDDuHX7jOLz75h/vVdkO6OPQhZyH1Mj6zXSLtyJiHgfKv+ iYJpAA5SNYfGg== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gs3-Mc; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , "Mauro Carvalho Chehab" , Bjorn Helgaas , Kishon Vijay Abraham I , Lorenzo Pieralisi , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH 05/12] docs: PCI: pci-vntb-howto.rst: fix a title markup Date: Sat, 2 Jul 2022 12:07:37 +0100 Message-Id: <47ae1b19414346e6b07d57dbaf68a2b4cb273ccb.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" As warned by Sphinx: Documentation/PCI/endpoint/pci-vntb-howto.rst:131: WARNING: Title underlin= e too short. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/PCI/endpoint/pci-vntb-howto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PCI/endpoint/pci-vntb-howto.rst b/Documentation/= PCI/endpoint/pci-vntb-howto.rst index b4a679144692..31a0bae868f9 100644 --- a/Documentation/PCI/endpoint/pci-vntb-howto.rst +++ b/Documentation/PCI/endpoint/pci-vntb-howto.rst @@ -128,7 +128,7 @@ RootComplex Device =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 lspci Output at Host side ------------------------- +------------------------- =20 Note that the devices listed here correspond to the values populated in "Creating pci-epf-ntb Device" section above:: --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79CE5C43334 for ; Sat, 2 Jul 2022 11:08:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232394AbiGBLIN (ORCPT ); Sat, 2 Jul 2022 07:08:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232011AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A26D15A32; Sat, 2 Jul 2022 04:07:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B307660D2C; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CB65C36AE5; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=guzLfxOW9n9g54JKHBMAj7jgY4Mtb11Kn6WVHjC6AeU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Kjg4UJh60AndGom536PZyEYAu7d2CDmU00I/HAIcBHiqGog/7ehfoxiDELg11QCG+ mJA0rtNKK2ydxySJgJrHwdIhjYtxt2/31Q32ofqslAsb6KadwGahrw8eRDu7cj9Lat dkI8VFZdfpGoLzbGYj8HXh/aXE6ksTOAuJY7Gmbb9mzIids2Us0aiB45e83saA6Ujx CfCT3xUCu6buco7ZeVXQsje5UQHqqC/ZjQ8LGYQox4NjexmdHU5RA7CrcZFwZNNt5S wSj9pADojtGhvW+TcEntB7wR4H4YT++AhvR8xU+XUgJ1cGoeeXl0xRHvsGGZlBfAFh oN9zt9Og+P1Ow== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gs6-NK; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Paolo Bonzini , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 06/12] docs: virt: kvm: fix a title markup at api.rst Date: Sat, 2 Jul 2022 12:07:38 +0100 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" As warned by Sphinx: Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/virt/kvm/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 1a0f68d23999..3466f7124833 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -8207,15 +8207,15 @@ dump related UV data. Also the vcpu ioctl `KVM_S390= _PV_CPU_COMMAND` is available and supports the `KVM_PV_DUMP_CPU` subcommand. =20 8.38 KVM_CAP_VM_DISABLE_NX_HUGE_PAGES ---------------------------- +------------------------------------- =20 :Capability KVM_CAP_VM_DISABLE_NX_HUGE_PAGES :Architectures: x86 :Type: vm :Parameters: arg[0] must be 0. :Returns 0 on success, -EPERM if the userspace process does not - have CAP_SYS_BOOT, -EINVAL if args[0] is not 0 or any vCPUs have been - created. +have CAP_SYS_BOOT, -EINVAL if args[0] is not 0 or any vCPUs have been +created. =20 This capability disables the NX huge pages mitigation for iTLB MULTIHIT. =20 --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F294DC433EF for ; Sat, 2 Jul 2022 11:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232366AbiGBLIC (ORCPT ); Sat, 2 Jul 2022 07:08:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231865AbiGBLHv (ORCPT ); Sat, 2 Jul 2022 07:07:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21F1215A2B; Sat, 2 Jul 2022 04:07:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8E11B60C8B; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24B9CC385A5; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=+yAOlbX8A26J9WzbSfl3wRbCKpuFUrq8Fa9yBKYeicw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VM1iCrW2XRikhJ2c+5H0XB/XAM6njzsGfDa5VPbbv/nDcUSOzEdchhTP2fLP7TRDu 0bf+VKznG6405a8D01YjHbaJNj1bpyCu3UO+gZBaoxYRG/av5n/B+4GbDh0dr5i6Ka E/8WxANuARzjiM53c0gOOUbEAz4LLYP/ZbpPCFn423cZJh5/qp8hUGIQlNicjwgp6R AGkrHobGl2OvC+xLH+gkBP1xT2oP0E6T5yhCD5WEeF3EA2BKE3x6vHENGMuRYYDjoS HSq1vgnBbUR0vWMXJ2Aihrq5Vm2RKdsXyosq3SsvxJIuMrcq9CPISGNWP1T335C0vz By2b6k1dt4wAA== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gs9-O4; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , "Peter Zijlstra (Intel)" , Dan Williams , Kajol Jain , Madhavan Srinivasan , linux-kernel@vger.kernel.org Subject: [PATCH 07/12] docs: ABI: sysfs-bus-nvdimm Date: Sat, 2 Jul 2022 12:07:39 +0100 Message-Id: <38a59ea8cc8581a3009d269c9f1cd4cf07b347dc.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add blank lines, as this is required by code-block markup syntax. Fix this warning: Documentation/ABI/testing/sysfs-bus-nvdimm:11: WARNING: Unexpected indenta= tion. Signed-off-by: Mauro Carvalho Chehab Reviewed-By: Kajol Jain Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/ABI/testing/sysfs-bus-nvdimm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-bus-nvdimm b/Documentation/ABI= /testing/sysfs-bus-nvdimm index 1c1f5acbf53d..eeabba807e4b 100644 --- a/Documentation/ABI/testing/sysfs-bus-nvdimm +++ b/Documentation/ABI/testing/sysfs-bus-nvdimm @@ -18,9 +18,11 @@ Description: (RO) Attribute group to describe the magic = bits Each attribute under this group defines a bit range of the perf_event_attr.config. Supported attribute is listed below:: + event =3D "config:0-4" - event ID =20 For example:: + ctl_res_cnt =3D "event=3D0x1" =20 What: /sys/bus/event_source/devices/nmemX/events --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F0B3C43334 for ; Sat, 2 Jul 2022 11:08:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232413AbiGBLIS (ORCPT ); Sat, 2 Jul 2022 07:08:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232079AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1017215A1F; Sat, 2 Jul 2022 04:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9B8FFB8208C; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04494C341CB; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=CstmAGIFUD9KcmREj8biRqou6vWNIVEs4ask1NN3mQY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AF/lHHye+fUHS+ddWCI8YAhQZTrDpvI3Gdasjfnmo40T4NMgB4Z8oNAv0HjkkcD8c bNpj1OWZkY/dujiI9bqdmp9d0xcXZtSejqQFCxXFO8YkcgWzmGihZax9WDJl/L8epR 4TwIi9fjwdtEzya33PCuE8w+3ebcgwMiX42jreZJ1EqR2OWuUlRMN3pHZjIObsRsDe BcbpSBhzhoQ75OTOaNuQyu6TVh/uvsFCW6XG7Fg/+YuFvA0YUkwlPo79CXye3YmE3r /oPIDwGrXQ1JTg/Xw09CxWC3kj0M+vqEol6VYEwuiHVOJPXLOoaJEZok5S3fp+iAxB 6davtisyi7L5g== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gsC-Oj; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Brendan Higgins , kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH 08/12] kunit: test.h: fix a kernel-doc markup Date: Sat, 2 Jul 2022 12:07:40 +0100 Message-Id: <32a67e9ee77cc6c435d08a2cb5ef12559b417fee.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix this kernel-doc warning: Documentation/dev-tools/kunit/api/test:9: ./include/kunit/test.h:323: WARN= ING: Inline interpreted text or phrase reference start-string without end-s= tring. Functions should use func_name() on kernel-doc markups, as documented at: Documentation/doc-guide/kernel-doc.rst Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya Reviewed-by: David Gow --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ include/kunit/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kunit/test.h b/include/kunit/test.h index 8ffcd7de9607..f1c1a95df9b8 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -320,7 +320,7 @@ static inline int kunit_run_all_tests(void) * * @__suites: a statically allocated list of &struct kunit_suite. * - * This functions identically as &kunit_test_suites() except that it suppr= esses + * This functions identically as kunit_test_suites() except that it suppre= sses * modpost warnings for referencing functions marked __init or data marked * __initdata; this is OK because currently KUnit only runs tests upon boot * during the init phase or upon loading a module during the init phase. --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D22AC43334 for ; Sat, 2 Jul 2022 11:08:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232462AbiGBLI2 (ORCPT ); Sat, 2 Jul 2022 07:08:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232122AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A366C15A2A; Sat, 2 Jul 2022 04:07:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1C7ECB820D7; Sat, 2 Jul 2022 11:07:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E648C341D0; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=2qqxIF8Unf8YQpcXVpRiAsjzATxAeYvcZlNIZEmxF/s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S8oYQ3l/Zu5P+SXkP1c6k5aspl/F6rVt/oGfwMBGKyGAk6zkti5aLJDrFKVtS34MM 1n9v8Gt2a0vn52r6j5XwhwVtu39uvxZA4ywO5wgo0BBTkE4VXSjUFWUzmo4zD9QdwZ 8+sTp0llwq+IvA1VBGw4nZhpzltWjY+ktdqa+JNJPgLzFx3MtMgm5H8WcuNf1YBQqA jUYSy7gqTJCDkgtRp9DRs5qXZE+zkqsL1zdwc8AB+oVXkc+RQzFYGcYGB3caw6dfpb +/rNA+DqhxvfrJzNrMfk6W2nEPSWwRsN0eIUIqJqay4M0yftU3JyFHedfEl/UFvr7n mhIuwp7JPRlIA== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gsF-PZ; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "David S. Miller" , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Eric Dumazet , Jakub Kicinski , Johannes Berg , Paolo Abeni , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 09/12] net: mac80211: fix a kernel-doc markup Date: Sat, 2 Jul 2022 12:07:41 +0100 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The markup to reference a var should be just @foo, and not @foo[]. Using the later causes a kernel-doc warning: Documentation/driver-api/80211/mac80211:32: ./include/net/mac80211.h:4045:= WARNING: Inline strong start-string without end-string. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ include/net/mac80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 9d8b5b0ee1cb..3e19b0001b41 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -4045,7 +4045,7 @@ struct ieee80211_prep_tx_info { * removing the old link information is still valid (link_conf pointer), * but may immediately disappear after the function returns. The old or * new links bitmaps may be 0 if going from/to a non-MLO situation. - * The @old[] array contains pointers to the old bss_conf structures + * The @old array contains pointers to the old bss_conf structures * that were already removed, in case they're needed. * This callback can sleep. * @change_sta_links: Change the valid links of a station, similar to --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17577C433EF for ; Sat, 2 Jul 2022 11:07:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232117AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231540AbiGBLHu (ORCPT ); Sat, 2 Jul 2022 07:07:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD91415A24; Sat, 2 Jul 2022 04:07:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5B4C860C7C; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 154D1C385A2; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=Jzw0fXE90LTUqdwEmGdDANbmLnU3nO//vKmbl/WQ7m4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=g+wAhT1D3Vaiq9Gz6DvG6+u4eoTHxpAF8VIjCg7mDw5FvSxwI3DIlBdPU6KGUUsiA /aCbbIoCJupqNCTyQfLOdUmfYbl3amEm4gacdcqnedSY/s0e6KIG5O9ctaOMMwdmNE M2ux8LF0YzjX0cIfBs+Jyr8zIfRcSTAPvcM33lvI2KCdT1Gh5vYkczdXsUcLbPf28d 2GU4BUscZ/Ed5qR+f9Md+4239kNfJc91dNNta2fG/LYVBLGtj3E6ve5hBs1sBEcEKo nsZUAXOBANwy2InfavKDJu9oSIJQTjOm1z2/4IuFVJwQFjgPFIAn4Q6JLUKCnpQp1H H9wYN6fu44GAQ== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gsI-QN; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [PATCH 10/12] docs: alsa: alsa-driver-api.rst: remove a kernel-doc file Date: Sat, 2 Jul 2022 12:07:42 +0100 Message-Id: <3cd6b93b36b32ad6ae160931aaa00b20688e241a.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This file: sound/core/compress_offload.c Doesn't define any docs, as everything is inside the header file. So, drop it, in order to remove a Sphinx warning. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/sound/kernel-api/alsa-driver-api.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/sound/kernel-api/alsa-driver-api.rst b/Documenta= tion/sound/kernel-api/alsa-driver-api.rst index d24c64df7069..3cf8eb4ecaf4 100644 --- a/Documentation/sound/kernel-api/alsa-driver-api.rst +++ b/Documentation/sound/kernel-api/alsa-driver-api.rst @@ -86,7 +86,6 @@ Compress Offload =20 Compress Offload API -------------------- -.. kernel-doc:: sound/core/compress_offload.c .. kernel-doc:: include/uapi/sound/compress_offload.h .. kernel-doc:: include/uapi/sound/compress_params.h .. kernel-doc:: include/sound/compress_driver.h --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7FB2C43334 for ; Sat, 2 Jul 2022 11:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232373AbiGBLIL (ORCPT ); Sat, 2 Jul 2022 07:08:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231897AbiGBLHv (ORCPT ); Sat, 2 Jul 2022 07:07:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84A8215A35; Sat, 2 Jul 2022 04:07:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8E94060C83; Sat, 2 Jul 2022 11:07:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27343C385A9; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=KDI1jzkUP4eh41YVnqX5NxQnMBRBjVU461+yKG5u4bc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UkCwDsaeoq0TV/6RUbsrb2AsN/uabFKcZCNZOy33hXiNOQrI8pDY4J7J7vOY21EBv ZlfS9KN9KKKSomNk5J55wrH0PC+Bbe5RkgmXOQjlIuuF6oF4pz8T5+ymmeNKAfZ3Kx cu4RQ5jp0i5J/x1kl/gIspKP0qj7BP4zzchs5mDIYOoAWEl0NIFOIxctkAwaZhLYwH oDOWv1XExLUCX73ntzMkR7aJtF6dM1nHX1iKbMVD0Jmb6FkhohqQB67Xjxv1n92AKk 29TjYqqfEluHcQTpooOn7IXSbRdakeTEJCKXHFMYXVPAaExoaJsP5+VwaN6KF6t1Rt wieKFwnKLENjA== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gsL-R8; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Alexandre Torgue , Arnd Bergmann , Bjorn Andersson , Douglas Anderson , linux-kernel@vger.kernel.org Subject: [PATCH 11/12] docs: arm: index.rst: add google/chromebook-boot-flow Date: Sat, 2 Jul 2022 12:07:43 +0100 Message-Id: <0ae8251f97c642cfd618f2e32eb1e66339e5dfde.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This document was added without placing it at arm book. Fixes: 59228d3b9060 ("dt-bindings: Document how Chromebooks with depthcharg= e boot") Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya Reviewed-by: Douglas Anderson --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/arm/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/arm/index.rst b/Documentation/arm/index.rst index 2bda5461a80b..495ada7915e1 100644 --- a/Documentation/arm/index.rst +++ b/Documentation/arm/index.rst @@ -31,6 +31,8 @@ SoC-specific documents .. toctree:: :maxdepth: 1 =20 + google/chromebook-boot-flow + ixp4xx =20 marvell --=20 2.36.1 From nobody Sun Apr 19 10:41:14 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDEC2C43334 for ; Sat, 2 Jul 2022 11:08:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232443AbiGBLIY (ORCPT ); Sat, 2 Jul 2022 07:08:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232160AbiGBLHw (ORCPT ); Sat, 2 Jul 2022 07:07:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EFE715A2B; Sat, 2 Jul 2022 04:07:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A12D9B823FF; Sat, 2 Jul 2022 11:07:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F014C341D1; Sat, 2 Jul 2022 11:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656760068; bh=RlxAXGPPXB8Zng+0XJtcVht/MUZbmaw3OOytm0zauQg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tLu26mdS90n5KcO20qdF1lidYC71S1Yda+tQxqfRY0OTpDn4NWepHZemVM+xx+xp3 Ap/mq1hMvcZvY2fbHQHDQEdW5zJDVcN1HBFSLn4X/FgD8XhtFr+BvQgOFLEQZYw1pU 4hDlZZVNmY9LWXa0wgRrmNWtc+fuFvaGKsWjiW/m580tK/JptiaAL7D2LamlnTIyc0 SQiTngqwH8boEku50sAqKNhDbrKrEMjcdJfA1UnflXQkyef5i1Ap2m6EaFd6K+k8DJ MKJ/HGzDFkq9UHezuQdByBuqMvdTbQJaiM2/Y+dMd7CBhaHS3Y+5T49e1WyJwuHjRm Ps34PLWxVV0uw== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o7ayX-007gsR-Rm; Sat, 02 Jul 2022 12:07:45 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Bjorn Andersson , Marijn Suijten , Pavel Machek , linux-kernel@vger.kernel.org Subject: [PATCH 12/12] docs: leds: index.rst: add leds-qcom-lpg to it Date: Sat, 2 Jul 2022 12:07:44 +0100 Message-Id: <9a221f19feed460966fd8e330ce1aeed2a2fb372.1656759989.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This document was added without placing it at leds index. Fixes: 24e2d05d1b68 ("leds: Add driver for Qualcomm LPG") Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Bagas Sanjaya --- To avoid mailbombing on a large number of people, only mailing lists were C= /C on the cover. See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mche= hab@kernel.org/ Documentation/leds/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index e5d63b940045..014e009b0761 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -25,4 +25,5 @@ LEDs leds-lp5562 leds-lp55xx leds-mlxcpld + leds-qcom-lpg leds-sc27xx --=20 2.36.1