From nobody Sat Jun 20 00:54:54 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 62784C433F5 for ; Thu, 24 Mar 2022 16:59:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346149AbiCXRBE (ORCPT ); Thu, 24 Mar 2022 13:01:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242313AbiCXRBC (ORCPT ); Thu, 24 Mar 2022 13:01:02 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 209955EBEE for ; Thu, 24 Mar 2022 09:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648141169; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HoU1CnOuyhMAlEaaC12/xCNXrJPRzI+Ntu0MYgwKlIE=; b=LxRT0VW2xgDERZgxoj9jyfzpb/VnzeAE/5clxBIzah6/c71dgsk/1zGB7tqUvW9exYIXDh f7woNuiPM4+xvPd6yqBmTT+P3EKrRGQqM6aa6QNh7QssxPXRc5LnI5iGWhwn8KaPStlzKJ j4IJg4RIcF9exoa5QhnVTC153wbGdxw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-135-0PnzShTtP7eZ3Lw5u9qB_Q-1; Thu, 24 Mar 2022 12:59:27 -0400 X-MC-Unique: 0PnzShTtP7eZ3Lw5u9qB_Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F2CE51044566; Thu, 24 Mar 2022 16:59:26 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id CB747C26EA0; Thu, 24 Mar 2022 16:59:23 +0000 (UTC) From: Hans de Goede To: "Rafael J . Wysocki" , Daniel Lezcano , Zhang Rui , Huang Jianan , Chia-Wei Wang , Arnd Bergmann Cc: Hans de Goede , Amit Kucheria , Gao Xiang , Joel Stanley , Andrew Jeffery , Stephen Rothwell , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] Documentation/ABI: sysfs-driver-aspeed-uart-routing: Fix sphinx warning Date: Thu, 24 Mar 2022 17:59:16 +0100 Message-Id: <20220324165918.22005-2-hdegoede@redhat.com> In-Reply-To: <20220324165918.22005-1-hdegoede@redhat.com> References: <20220324165918.22005-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix the following warning from "make htmldocs": Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing:2: WARNING: Inline emphasis start-string without end-string. This is caused by the used of '*' in the example cat command, mark the command as code to fix this. Signed-off-by: Hans de Goede --- Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing b/D= ocumentation/ABI/testing/sysfs-driver-aspeed-uart-routing index b363827da437..1e25cd2cacc1 100644 --- a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing +++ b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing @@ -8,9 +8,10 @@ Description: Selects the RX source of the UARTx device. selected option marked by brackets "[]". The list of available options depends on the selected file. =20 - e.g. - cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1 - [io1] io2 io3 io4 uart2 uart3 uart4 io6 + e.g.:: + + # cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1 + [io1] io2 io3 io4 uart2 uart3 uart4 io6 =20 In this case, UART1 gets its input from IO1 (physical serial port 1). =20 --=20 2.35.1 From nobody Sat Jun 20 00:54:54 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 73B07C433EF for ; Thu, 24 Mar 2022 16:59:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352100AbiCXRBS (ORCPT ); Thu, 24 Mar 2022 13:01:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352081AbiCXRBK (ORCPT ); Thu, 24 Mar 2022 13:01:10 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CBF5860A88 for ; Thu, 24 Mar 2022 09:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648141176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/bScuBlTCR/SuoeRC/MEmbsQaF2jR6pySvoofKTbZ9I=; b=Z8rYfQPkxITCpWQhzmGulUBRQ1GJhm9u+qpv+G9vBK0Xkgll1gVrsfov5T+QIeZ7+N59Sk HfQeOkXbOqQ2Wj8eoL4S/EAl11cD3jBT75+ziJLGnPV6NjCOir9LlZhjbjrd98GPHl9c9h EpYtlEikHizxj2+k6GuVAAv5eyvjMdc= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-217-QR4RPUjdPEunvOSwyOCvyQ-1; Thu, 24 Mar 2022 12:59:30 -0400 X-MC-Unique: QR4RPUjdPEunvOSwyOCvyQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DDCE61C0E343; Thu, 24 Mar 2022 16:59:29 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id 55416C15D7D; Thu, 24 Mar 2022 16:59:27 +0000 (UTC) From: Hans de Goede To: "Rafael J . Wysocki" , Daniel Lezcano , Zhang Rui , Huang Jianan , Chia-Wei Wang , Arnd Bergmann Cc: Hans de Goede , Amit Kucheria , Gao Xiang , Joel Stanley , Andrew Jeffery , Stephen Rothwell , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] Documentation/ABI: sysfs-class-thermal: Fix Sphinx warning Date: Thu, 24 Mar 2022 17:59:17 +0100 Message-Id: <20220324165918.22005-3-hdegoede@redhat.com> In-Reply-To: <20220324165918.22005-1-hdegoede@redhat.com> References: <20220324165918.22005-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix the following warning from "make htmldocs": Documentation/ABI/testing/sysfs-class-thermal:201: WARNING: Bullet list ends without a blank line; unexpected unindent. Signed-off-by: Hans de Goede --- Documentation/ABI/testing/sysfs-class-thermal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-class-thermal b/Documentation/= ABI/testing/sysfs-class-thermal index 2c52bb1f864c..8eee37982b2a 100644 --- a/Documentation/ABI/testing/sysfs-class-thermal +++ b/Documentation/ABI/testing/sysfs-class-thermal @@ -203,7 +203,7 @@ Description: =20 - for generic ACPI: should be "Fan", "Processor" or "LCD" - for memory controller device on intel_menlow platform: - should be "Memory controller". + should be "Memory controller". =20 RO, Required =20 --=20 2.35.1 From nobody Sat Jun 20 00:54:54 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 EB0B4C433F5 for ; Thu, 24 Mar 2022 16:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352087AbiCXRBL (ORCPT ); Thu, 24 Mar 2022 13:01:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352052AbiCXRBH (ORCPT ); Thu, 24 Mar 2022 13:01:07 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BF6566006E for ; Thu, 24 Mar 2022 09:59:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648141174; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6IfREbj9fKQtRnAg2pDT/5pKTpdLNrvvzJnz4m1uJk0=; b=HZ3KlZj7BCU72xDTRb/kzDPDka3NuldZfIfrlgGm7CkApqjQyDTfbFfXvJqWU2NTg/WzXR ynLKEQGHZ4ojiQOlamM36Rl1w0TPHisd8XDTIXm0cLqPqAdF60eHDnsmMYP0CGEDkULPw+ PYPGVvHFEXmP1nnXcd7PPTYI2HW9e2c= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-343-wCqIudkiPKuCtPvzD40K3w-1; Thu, 24 Mar 2022 12:59:33 -0400 X-MC-Unique: wCqIudkiPKuCtPvzD40K3w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DE0E9801585; Thu, 24 Mar 2022 16:59:32 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2759DC26EA0; Thu, 24 Mar 2022 16:59:30 +0000 (UTC) From: Hans de Goede To: "Rafael J . Wysocki" , Daniel Lezcano , Zhang Rui , Huang Jianan , Chia-Wei Wang , Arnd Bergmann Cc: Hans de Goede , Amit Kucheria , Gao Xiang , Joel Stanley , Andrew Jeffery , Stephen Rothwell , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors Date: Thu, 24 Mar 2022 17:59:18 +0100 Message-Id: <20220324165918.22005-4-hdegoede@redhat.com> In-Reply-To: <20220324165918.22005-1-hdegoede@redhat.com> References: <20220324165918.22005-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix the following warnings from "make htmldocs": Documentation/ABI/testing/sysfs-fs-erofs:10: ERROR: Unexpected indentation. WARNING: Block quote ends without a blank line; unexpected unindent. Signed-off-by: Hans de Goede --- Documentation/ABI/testing/sysfs-fs-erofs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-fs-erofs b/Documentation/ABI/t= esting/sysfs-fs-erofs index 05482374a741..bb4681a01811 100644 --- a/Documentation/ABI/testing/sysfs-fs-erofs +++ b/Documentation/ABI/testing/sysfs-fs-erofs @@ -9,8 +9,9 @@ Description: Shows all enabled kernel features. What: /sys/fs/erofs//sync_decompress Date: November 2021 Contact: "Huang Jianan" -Description: Control strategy of sync decompression +Description: Control strategy of sync decompression: + - 0 (default, auto): enable for readpage, and enable for - readahead on atomic contexts only, + readahead on atomic contexts only. - 1 (force on): enable for readpage and readahead. - 2 (force off): disable for all situations. --=20 2.35.1