mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 05:36:43 +07:00
atl1: fix typo in dma_req_block
s/dam/dma Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
91a500ac56
commit
ef76e3e250
@ -929,8 +929,8 @@ enum atl1_dma_req_block {
|
||||
atl1_dma_req_128 = 0,
|
||||
atl1_dma_req_256 = 1,
|
||||
atl1_dma_req_512 = 2,
|
||||
atl1_dam_req_1024 = 3,
|
||||
atl1_dam_req_2048 = 4,
|
||||
atl1_dma_req_1024 = 3,
|
||||
atl1_dma_req_2048 = 4,
|
||||
atl1_dma_req_4096 = 5
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user