From patchwork Thu Mar 24 16:47:33 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: 553980 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 30CAAC433EF for ; Thu, 24 Mar 2022 16:47:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351792AbiCXQtV (ORCPT ); Thu, 24 Mar 2022 12:49:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351785AbiCXQtS (ORCPT ); Thu, 24 Mar 2022 12:49:18 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8E806ADD6B for ; Thu, 24 Mar 2022 09:47:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648140465; 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; bh=UpCGOPzrBlCTuSLxyy7t5OA4eAmMttPs1iO1RjGpOPM=; b=hCVHtKY1mfpNJArD7MKjv8WZq2cUXlHY/3Tx9ZGw01H9G/uYW5+FoBRt+k3XYVupsJhd+3 Gv0vMgV/OXhdptI3F2zgjBvA2+OoBgQ8ytcNP1R67OpYGVsYdjOaL3GdLK9+Spheu9HLQV l1wn9Ed5o977F4gV7UxI6am1zL+zdxA= 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-322-dIf3rhLWMo-LZ_2lu4oU5Q-1; Thu, 24 Mar 2022 12:47:40 -0400 X-MC-Unique: dIf3rhLWMo-LZ_2lu4oU5Q-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C810E1C05AE0; Thu, 24 Mar 2022 16:47:39 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id 49797417E32; Thu, 24 Mar 2022 16:47:38 +0000 (UTC) From: Hans de Goede To: Mark Gross , Andy Shevchenko , Mark Pearson , "David E . Box" , =?utf-8?q?Thomas_Wei=C3=9Fsc?= =?utf-8?q?huh?= , Sebastian Reichel Cc: Hans de Goede , Stephen Rothwell , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH 0/4] Documentation/ABI: platform/x86: Sphinx warning fixes Date: Thu, 24 Mar 2022 17:47:33 +0100 Message-Id: <20220324164737.21765-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi All, After Stephen reported some Sphinx warnings for files under Documentation/ABI/testing, I had to first figure out how to reproduce these. It turns out that to regenerate the htmldocs for files under Documentation/ABI/testing once has to run: touch Documentation/admin-guide/abi-testing.rst && make htmldocs This turned up warnings in multiple sysfs ABI files for platform/x86 drivers, as well as in some new functionality in sysfs-class-power, which was merged through the platform-drivers-x86 tree. I plan to merge this series through the platform-drivers-x86 tree and send this out in a fixed pull-req to Linus once 5.18-rc1 is out. Regards, Hans p.s. platform-drivers-x86 authors, for future patch submissions touching files under Documentation/ABI/testing please run: touch Documentation/admin-guide/abi-testing.rst && make htmldocs and make sure no warnings are introduced. Hans de Goede (4): Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups Documentation/ABI: sysfs-class-power: Fix Sphinx error .../testing/sysfs-class-firmware-attributes | 48 ++++++++++--------- Documentation/ABI/testing/sysfs-class-power | 1 + .../ABI/testing/sysfs-driver-intel_sdsi | 18 +++---- 3 files changed, 37 insertions(+), 30 deletions(-)