From patchwork Mon Feb 17 04:54:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 212839 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=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 6B025C7619B for ; Mon, 17 Feb 2020 04:54:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B0502072C for ; Mon, 17 Feb 2020 04:54:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nWc35DAB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728000AbgBQEyW (ORCPT ); Sun, 16 Feb 2020 23:54:22 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:42514 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727789AbgBQEyW (ORCPT ); Sun, 16 Feb 2020 23:54:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:In-Reply-To:References; bh=k5opVoMpuRar8bobAnOBPFuQK3PPZAwrp6fhQdw1Y6E=; b=nWc35DABXLQ88LHytoOlqPLxTV qEOe4DCb2+3I234jrA83WFNTHaSe5wmnHW40HxJQOrxHGZabQRu4N3LU6O9nywf0lAPxX9ixYXHMb MpKvgFa+5S5w8X81fLPogjo2oOjR9Gtc0/MHWUSe+JChDTNm24+vdjdNSBHF+zS6QiUd+8bu24fnT QB0liRDEAu25mXlYvHrIkWnXMVfkrsjnVqtUiSLatOq5yX4UecUUZz3lLhuI3/zhwvle0oZcODEnu OWOGCgp1CW7uOGIi6xijrmcP1U0nXGrqDpoeqp5VAp0L3UJyEluYiSP7JFKwEKFw8+kTBODBI9wtK c+wWmG3Q==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1j3YQI-0005Hi-2E; Mon, 17 Feb 2020 04:54:22 +0000 To: Linux PM list , "linux-doc@vger.kernel.org" Cc: Jonathan Corbet , "Rafael J. Wysocki" From: Randy Dunlap Subject: [PATCH -next] Documentation/power: fix pm_qos_interface.rst format warning Message-ID: <561e2780-111a-1939-43fb-ae32d7abce8d@infradead.org> Date: Sun, 16 Feb 2020 20:54:21 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Language: en-US Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Randy Dunlap Fix Sphinx warnings by indenting the bullet list (and making it unnumbered). Documentation/power/pm_qos_interface.rst:12: WARNING: Unexpected indentation. Signed-off-by: Randy Dunlap Cc: "Rafael J. Wysocki" Cc: linux-pm@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/power/pm_qos_interface.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200217.orig/Documentation/power/pm_qos_interface.rst +++ linux-next-20200217/Documentation/power/pm_qos_interface.rst @@ -7,8 +7,8 @@ performance expectations by drivers, sub one of the parameters. Two different PM QoS frameworks are available: -1. CPU latency QoS. -2. The per-device PM QoS framework provides the API to manage the + * CPU latency QoS. + * The per-device PM QoS framework provides the API to manage the per-device latency constraints and PM QoS flags. The latency unit used in the PM QoS framework is the microsecond (usec).