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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24965C433F5 for ; Thu, 18 Nov 2021 10:11:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0C5661B7D for ; Thu, 18 Nov 2021 10:11:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245706AbhKRKOq (ORCPT ); Thu, 18 Nov 2021 05:14:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244602AbhKRKNH (ORCPT ); Thu, 18 Nov 2021 05:13:07 -0500 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CBBCC061767 for ; Thu, 18 Nov 2021 02:10:07 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id g191-20020a1c9dc8000000b0032fbf912885so4355059wme.4 for ; Thu, 18 Nov 2021 02:10:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hWNhiX6bB5vn1ElEnQO6B/cg9A4IQLsVK4bqd9DyTr0=; b=eOalXv+AyJsxPK+O6jWk/WgswNphSGFTT8upec/RswcJ/xfbCyOK7hh5SFiBKrBrn5 VSpwJlnmuilaoyhSWDrCMC1wr7dz3ZEZxuvUwyR7iq7sktTbaSXUUGQU0oUl0Tl1g1q8 xCDDrTAlvVvaaa92jbwpq0untoIzFm/A4dJZwREcDPTFnb6JYFDg79bE9DS6Mu3qi6Ev Bnql1opDC6+/iXmGej5yXcYHjhIiJz4ZkUlsjhxH97uI9zHNZtuWFO+9QS/pIftphNAF +yR04ptr0UL93T+OJW74HQiAMlvg2KZxI8LYOiD/WYbELx9aiDggyzymz9alaYL1FzZV 3qaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hWNhiX6bB5vn1ElEnQO6B/cg9A4IQLsVK4bqd9DyTr0=; b=WTFVPepmDRAVpi91ewXZ7gIon6xjZdASevMlEnfi6tX2UuQgDCKWeUbdk1idhDkfnS t+44xVIeR7AIeFPzUOHLZ3Lb3r1UE/ffGhpOsDSB8RRrJ/dbO/LnKyhbb/Rtr5I+gVeL Nb9Am2VvzQoND+AOHFBT+DFh7muGR2pz+EePFmB8g29l279lYH2FeUK7zFCejOJ9Jnkq gsgkAfKOEf3AW61dRLErtueTEZ03v8PyHTkJQsZuvslkTv4tEZw9EruXYSiVvZ+WFrIR l+e/UTHQ4W8DVrDX1a+MeHhskwzWjApQPGGJv8J0QQI/alp+qs2vHiK/yx8ZjOB64vbi 1iug== X-Gm-Message-State: AOAM531L1Odk1BJKmaIowXjv9fR519EWxChBnhz62Xn7pqwnkvmiTK81 jkri04+mDG4pNxqE0FqIxYyIIOpZ3Bsd98Ei X-Google-Smtp-Source: ABdhPJxpat917FvWsOmCoXI5oxhj+WaxTyPEzzgel9kNKZkK5ZRuvgrAFUuV4lF/yjdiRTjIBDoENA== X-Received: by 2002:a7b:cbc3:: with SMTP id n3mr8658332wmi.90.1637230205913; Thu, 18 Nov 2021 02:10:05 -0800 (PST) Received: from maple.lan (cpc141216-aztw34-2-0-cust174.18-1.cable.virginm.net. [80.7.220.175]) by smtp.gmail.com with ESMTPSA id z15sm2525846wrr.65.2021.11.18.02.10.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 02:10:05 -0800 (PST) From: Daniel Thompson To: Vinod Koul , Jonathan Corbet Cc: Daniel Thompson , Andy Shevchenko , dmaengine@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, patches@linaro.org Subject: [PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs Date: Thu, 18 Nov 2021 10:09:50 +0000 Message-Id: <20211118100952.27268-1-daniel.thompson@linaro.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A couple of small improvements to the dmatest documentation. The first provides a description of what the test actually does. The second corrects the description of how the test behaves if the channel parameter is not configured. v2: Remove Haavard's SoB: from the first patch (Andy S., Vinod K.). Daniel Thompson (2): Documentation: dmaengine: Add a description of what dmatest does Documentation: dmaengine: Correctly describe dmatest with channel unset Documentation/driver-api/dmaengine/dmatest.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) base-commit: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf -- 2.33.0