* [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
@ 2022-10-04 16:09 Colin Ian King
2022-10-04 16:15 ` Dave Jiang
2022-10-19 13:27 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-10-04 16:09 UTC (permalink / raw)
To: Vinod Koul, Dave Jiang, dmaengine; +Cc: kernel-janitors, linux-kernel
There is a spelling mistake in the module description. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
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)
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
2022-10-04 16:09 [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle" Colin Ian King
@ 2022-10-04 16:15 ` Dave Jiang
2022-10-19 13:27 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Dave Jiang @ 2022-10-04 16:15 UTC (permalink / raw)
To: Colin Ian King, Vinod Koul, dmaengine; +Cc: kernel-janitors, linux-kernel
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
2022-10-04 16:09 [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle" Colin Ian King
2022-10-04 16:15 ` Dave Jiang
@ 2022-10-19 13:27 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2022-10-19 13:27 UTC (permalink / raw)
To: Colin Ian King; +Cc: Dave Jiang, dmaengine, kernel-janitors, linux-kernel
On 04-10-22, 17:09, Colin Ian King wrote:
> There is a spelling mistake in the module description. Fix it.
Applied, thanks
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-19 13:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 16:09 [PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle" Colin Ian King
2022-10-04 16:15 ` Dave Jiang
2022-10-19 13:27 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox