Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /kernel/dma.c

Filename:/kernel/dma.c
Lines Added:4
Lines Deleted:4
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following) 2.6.25-git14  2.6.25-git15  2.6.25-git16  2.6.25-git17  2.6.25-git18  2.6.25-git19 

Location
[  2.6.24
  [  kernel
     o  dma.c

Patch

diff --git a/kernel/dma.c b/kernel/dma.c
index 937b13c..6a82bb7 100644
--- a/kernel/dma.c
+++ b/kernel/dma.c
@@ -20,7 +20,7 @@
 #include <asm/dma.h>
 #include <asm/system.h>
 
- 
+
 
 /* A note on resource allocation:
  *
@@ -95,7 +95,7 @@ void free_dma(unsigned int dmanr)
    if (xchg(&dma_chan_busy[dmanr].lock, 0) == 0) {
       printk(KERN_WARNING "Trying to free free DMA%d\n", dmanr);
       return;
-   }   
+   }
 
 } /* free_dma */
 
@@ -121,8 +121,8 @@ static int proc_dma_show(struct seq_file *m, void *v)
 
    for (i = 0 ; i < MAX_DMA_CHANNELS ; i++) {
       if (dma_chan_busy[i].lock) {
-          seq_printf(m, "%2d: %s\n", i,
-                dma_chan_busy[i].device_id);
+         seq_printf(m, "%2d: %s\n", i,
+               dma_chan_busy[i].device_id);
       }
    }
    return 0;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.