OSDN Git Service

dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 4 Oct 2022 16:09:13 +0000 (17:09 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 19 Oct 2022 13:26:57 +0000 (18:56 +0530)
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>
Link: https://lore.kernel.org/r/20221004160913.154739-1-colin.i.king@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ioat/dma.c

index e2070df..79d2440 100644 (file)
@@ -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)