Skip to content

Commit 2096b07

Browse files
author
Alain FLAISCHER
committed
Merge branch 'edma_mod_param_desc'
2 parents e22ee46 + 3417eb1 commit 2096b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/linux_kernel_drivers/edma/edma_dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ MODULE_PARM_DESC(transient_buffer_size, "Transient buffer size. (default=32MB)")
8383

8484
static int single_transaction_size = 8 * PAGE_SIZE;
8585
module_param(single_transaction_size, int, 0);
86-
MODULE_PARM_DESC(transient_buffer_size, "The size of a single transaction over the DMA. (default=32KB)");
86+
MODULE_PARM_DESC(single_transaction_size, "The size of a single transaction over the DMA. (default=32KB)");
8787

8888
extern int edma_queue_depth;
8989

0 commit comments

Comments
 (0)