aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-15 05:51:33 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-05-23 15:13:51 -0400
commit5d489a435169d6e95bafcab048b5acc677c9bca7 (patch)
treebf83d506d691e28ef55723bee86575ee408364d1
parent9c3c95147cdd30756a08c511c3c80e8fdf05a36a (diff)
dmaengine: ste_dma40: Correct copy/paste error
'struct stedma40_half_channel_info's header comment says that it's called 'struct stedma40_chan_cfg'. Let's straighten that out. Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--include/linux/platform_data/dma-ste-dma40.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-ste-dma40.h b/include/linux/platform_data/dma-ste-dma40.h
index af0064e3e139..288dc2420ee6 100644
--- a/include/linux/platform_data/dma-ste-dma40.h
+++ b/include/linux/platform_data/dma-ste-dma40.h
@@ -86,7 +86,7 @@ enum stedma40_xfer_dir {
86 86
87 87
88/** 88/**
89 * struct stedma40_chan_cfg - dst/src channel configuration 89 * struct stedma40_half_channel_info - dst/src channel configuration
90 * 90 *
91 * @big_endian: true if the src/dst should be read as big endian 91 * @big_endian: true if the src/dst should be read as big endian
92 * @data_width: Data width of the src/dst hardware 92 * @data_width: Data width of the src/dst hardware