diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-11-03 16:05:24 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-11-14 05:44:24 +0300 |
commit | 397dadf5508fc2cb335b042421cb645d5a6439e0 (patch) | |
tree | 46bcada0e56ad8da28b68209776729e09699bbe0 /Documentation/dmaengine/pxa_dma.txt | |
parent | 19a61be848fb5669e4c19bf7a2bb584b8c30d846 (diff) | |
download | linux-397dadf5508fc2cb335b042421cb645d5a6439e0.tar.xz |
dmaengine: Documentation: Fix typo in pxa_dma.txt
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/dmaengine/pxa_dma.txt')
-rw-r--r-- | Documentation/dmaengine/pxa_dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dmaengine/pxa_dma.txt b/Documentation/dmaengine/pxa_dma.txt index 413ef9cfaa4d..0736d44b5438 100644 --- a/Documentation/dmaengine/pxa_dma.txt +++ b/Documentation/dmaengine/pxa_dma.txt @@ -29,7 +29,7 @@ Constraints d) Bandwidth guarantee The PXA architecture has 4 levels of DMAs priorities : high, normal, low. - The high prorities get twice as much bandwidth as the normal, which get twice + The high priorities get twice as much bandwidth as the normal, which get twice as much as the low priorities. A driver should be able to request a priority, especially the real-time ones such as pxa_camera with (big) throughputs. |