Commit ef76e3e2 authored by Jay Cliburn's avatar Jay Cliburn Committed by Jeff Garzik

atl1: fix typo in dma_req_block

s/dam/dma
Signed-off-by: default avatarJay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 91a500ac
...@@ -929,8 +929,8 @@ enum atl1_dma_req_block { ...@@ -929,8 +929,8 @@ enum atl1_dma_req_block {
atl1_dma_req_128 = 0, atl1_dma_req_128 = 0,
atl1_dma_req_256 = 1, atl1_dma_req_256 = 1,
atl1_dma_req_512 = 2, atl1_dma_req_512 = 2,
atl1_dam_req_1024 = 3, atl1_dma_req_1024 = 3,
atl1_dam_req_2048 = 4, atl1_dma_req_2048 = 4,
atl1_dma_req_4096 = 5 atl1_dma_req_4096 = 5
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment