Skip to content

Commit 6a494f0

Browse files
authored
Merge pull request #342 from aflaischer/edma_mod_param_desc
Fix: single_transaction_size module parameter description
2 parents 6263211 + 3417eb1 commit 6a494f0

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)