From patchwork Thu Mar 24 16:59:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 553976 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 90906C433F5 for ; Thu, 24 Mar 2022 16:59:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352116AbiCXRBR (ORCPT ); Thu, 24 Mar 2022 13:01:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352082AbiCXRBK (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 DE11560A97 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=1648141177; 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=gEVOdwef0SijsQs+2k7Dfaa3Ik9dK/Z+LgQ6Bm+3SmAOheTUIIpM39SYKyxhVtzHl6kRM4 UDJujZOm9xXFz5ml1Xgp9y2kgw633yPX2TNDzMZlfrqg+4b373rdf3AOW/xYG32L4NlI1h 9EdEQJlNIMh78y0uSkgfrMbIYLt2T4M= 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 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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: - 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". RO, Required