From mboxrd@z Thu Jan 1 00:00:00 1970 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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 C643CC43381 for ; Thu, 7 Mar 2019 21:12:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 94EBB20854 for ; Thu, 7 Mar 2019 21:12:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551993166; bh=vvcSZiFNGHqBdMDMlGIIR7TuRFos3wiTuSF7HuNGiP8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=0quTOycsc8mTLUWYkMPq7zlOX51Go59OBcUzTglFsvfCsPll33hV4dbEmn+Kd67qQ eXFeZdc2Ml1zxjv+J8AejZgU8U45IpLFeOEL1mfj5fuH5wQPzLOxiNzEgWXhGxVhEy E7hQ5SZ+GioxTt4S/TzcxeoY6TqX8BNZt6PpU2gE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726465AbfCGVMo (ORCPT ); Thu, 7 Mar 2019 16:12:44 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:51915 "EHLO wout2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726399AbfCGVMl (ORCPT ); Thu, 7 Mar 2019 16:12:41 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 427DF375A; Thu, 7 Mar 2019 16:12:40 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 07 Mar 2019 16:12:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=bVP7aGtSjiIGPMpmVaoqjqM6LweDbyR18f0u4vGL3Hw=; b=3HYrDLdq ZFyGxu9c90MiQ71cC/IIFV2dV3GjLFma/ubQ9W376h/0dztwgfQbGWf0mxGx+jjm BtuFwIbqJv1nn69YAbR1Ob7ur20FXKDiNa4dXYKMhNWuVnfWWtpWz+amqFmbEXV6 9A8V/htRN8B1zkLmXt41EdCsz9E3Q5k28JnHXRGz86hoVnJlrVvIO3tAbMUK0Yk3 MLKymC3BL9vk1Pmo7nQiPaEod4b58TSovYDYoLXVG3gbONSz0GnCY9hGYrErjlfz /k7mQHGkwLenYfrloOCOQ5aA2M0YVJzGGzeGqFh1u0AlwfU2SVIRQWGJmVyAX5pu yLEbmKsQIBgA4A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfeekgdduhedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpedfvfhosghi nhcuvedrucfjrghrughinhhgfdcuoehtohgsihhnsehkvghrnhgvlhdrohhrgheqnecukf hppeduvdegrdduieelrdehrdduheeknecurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgs ihhnsehkvghrnhgvlhdrohhrghenucevlhhushhtvghrufhiiigvpeef X-ME-Proxy: Received: from eros.localdomain (124-169-5-158.dyn.iinet.net.au [124.169.5.158]) by mail.messagingengine.com (Postfix) with ESMTPA id E783210345; Thu, 7 Mar 2019 16:12:37 -0500 (EST) From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 7/9] docs: Remove unknown 'hint' directive Date: Fri, 8 Mar 2019 08:11:51 +1100 Message-Id: <20190307211153.28400-8-tobin@kernel.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190307211153.28400-1-tobin@kernel.org> References: <20190307211153.28400-1-tobin@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Current RST file contains an unknown directive causing Sphinx to emit ERROR: Unexpected indentation. Use normal language construct instead. Signed-off-by: Tobin C. Harding --- Documentation/driver-api/dmaengine/dmatest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst index 8d81f1a7169b..25eecd2769b0 100644 --- a/Documentation/driver-api/dmaengine/dmatest.rst +++ b/Documentation/driver-api/dmaengine/dmatest.rst @@ -59,8 +59,8 @@ parameter, that specific channel is requested using the dmaengine and a thread is created with the existing parameters. This thread is set as pending and will be executed once run is set to 1. Any parameters set after the thread is created are not applied. -.. hint:: - available channel list could be extracted by running the following command:: + +Hint: available channel list could be extracted by running the following command:: % ls -1 /sys/class/dma/ -- 2.21.0