]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
atl1: fix typo in dma_req_block
authorJay Cliburn <jacliburn@bellsouth.net>
Thu, 19 Jul 2007 23:45:13 +0000 (18:45 -0500)
committerJeff Garzik <jeff@garzik.org>
Tue, 24 Jul 2007 20:28:41 +0000 (16:28 -0400)
s/dam/dma

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/atl1/atl1_hw.h

index 100c09c66e64356fc4c01ec9f5ddb545a783fc8a..f0d7e82251d227bdb17f884e354e2774134bf1c0 100644 (file)
@@ -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
 };