Skip to content

Commit

Permalink
Fix: single_transaction_size module parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain FLAISCHER committed May 24, 2017
1 parent 6263211 commit 3417eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/linux_kernel_drivers/edma/edma_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ MODULE_PARM_DESC(transient_buffer_size, "Transient buffer size. (default=32MB)")

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

extern int edma_queue_depth;

Expand Down

0 comments on commit 3417eb1

Please sign in to comment.