projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bc8ac
)
dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 4 Oct 2022 16:09:13 +0000
(17:09 +0100)
committer
Vinod 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
patch
|
blob
|
history
diff --git
a/drivers/dma/ioat/dma.c
b/drivers/dma/ioat/dma.c
index e2070df6cad287bda75386961060339eb1b15d30..79d244011093cfb95e6195d0bfde045bcea3c8de 100644
(file)
--- 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 id
el
timeout [msec] (default 2000 [msec])");
+ "set ioat id
le
timeout [msec] (default 2000 [msec])");
#define IDLE_TIMEOUT msecs_to_jiffies(idle_timeout)
#define COMPLETION_TIMEOUT msecs_to_jiffies(completion_timeout)