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 0CDECC4332F for ; Mon, 22 Nov 2021 07:01:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234054AbhKVHEy (ORCPT ); Mon, 22 Nov 2021 02:04:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:38082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231159AbhKVHEx (ORCPT ); Mon, 22 Nov 2021 02:04:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A07DA60F24; Mon, 22 Nov 2021 07:01:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637564501; bh=GkbsbrlWt/T8Pi3AbU37pEU96BqbCu/1FEDOBMKKOt8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TE4PCoPsHDMgPCcYTUJPyC+PeNLqFKUdZZxQuDy1K9L8NJUN3e9HN4onUox7PX9h9 v8M8g3EygnzOiXWfwJvUFPz+JPF420IhGHbDWdiqbaLrqGa5wlb14GB/9u59P7lIkq ZRA0tnBmEtQDCFb+08dlTdWu7tRFrgFb3d+w9O1ySwavUTnn+yvEJreD3Xhy8Mn1hD +rreLr45BDG41gVMFjDO1a9xL0Sj6yCeB4EUJtmG+wPcplOybF4AsmcI9tO3GkYLdV AqIu8ZQ8c4yOPeDI4QBBtzYlMtxMrGHvQLFJWxpbEe08e1D6nTSQuDME1KYQsSMpA0 QJlS9eMDo3NhQ== Date: Mon, 22 Nov 2021 12:31:36 +0530 From: Vinod Koul To: Daniel Thompson Cc: Jonathan Corbet , Andy Shevchenko , dmaengine@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, patches@linaro.org Subject: Re: [PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs Message-ID: References: <20211118100952.27268-1-daniel.thompson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211118100952.27268-1-daniel.thompson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-11-21, 10:09, Daniel Thompson wrote: > 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. Applied, thanks -- ~Vinod