mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
whitespace fixes: DMA channel allocator
Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9ce34218a8
commit
902749cdbd
1 changed files with 4 additions and 4 deletions
|
@ -121,8 +121,8 @@ static int proc_dma_show(struct seq_file *m, void *v)
|
||||||
|
|
||||||
for (i = 0 ; i < MAX_DMA_CHANNELS ; i++) {
|
for (i = 0 ; i < MAX_DMA_CHANNELS ; i++) {
|
||||||
if (dma_chan_busy[i].lock) {
|
if (dma_chan_busy[i].lock) {
|
||||||
seq_printf(m, "%2d: %s\n", i,
|
seq_printf(m, "%2d: %s\n", i,
|
||||||
dma_chan_busy[i].device_id);
|
dma_chan_busy[i].device_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue