From: Dave Jiang <dave.jiang@intel.com>
To: Colin Ian King <colin.i.king@gmail.com>,
Vinod Koul <vkoul@kernel.org>,
dmaengine@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
Date: Tue, 4 Oct 2022 09:15:02 -0700 [thread overview]
Message-ID: <737bb9da-4979-f0bf-1627-c662f57e5d74@intel.com> (raw)
In-Reply-To: <20221004160913.154739-1-colin.i.king@gmail.com>
On 10/4/2022 9:09 AM, Colin Ian King wrote:
> There is a spelling mistake in the module description. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Thanks Colin. Guess no one noticed for almost 2 decades. :)
> ---
> drivers/dma/ioat/dma.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/ioat/dma.c b/drivers/dma/ioat/dma.c
> index e2070df6cad2..79d244011093 100644
> --- a/drivers/dma/ioat/dma.c
> +++ b/drivers/dma/ioat/dma.c
> @@ -33,7 +33,7 @@ MODULE_PARM_DESC(completion_timeout,
> static int idle_timeout = 2000;
> module_param(idle_timeout, int, 0644);
> MODULE_PARM_DESC(idle_timeout,
> - "set ioat idel timeout [msec] (default 2000 [msec])");
> + "set ioat idle timeout [msec] (default 2000 [msec])");
>
> #define IDLE_TIMEOUT msecs_to_jiffies(idle_timeout)
> #define COMPLETION_TIMEOUT msecs_to_jiffies(completion_timeout)
next prev parent reply other threads:[~2022-10-04 16:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-04 16:09 [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle" Colin Ian King
2022-10-04 16:15 ` Dave Jiang [this message]
2022-10-19 13:27 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=737bb9da-4979-f0bf-1627-c662f57e5d74@intel.com \
--to=dave.jiang@intel.com \
--cc=colin.i.king@gmail.com \
--cc=dmaengine@vger.kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox