[PATCH] Kernel: dma.c: fixed coding style issues

2012-07-08 Thread Valentin Ilie
Fixed coding style issues. (checkpatch warnings) Signed-off-by: Valentin Ilie --- kernel/dma.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/kernel/dma.c b/kernel/dma.c index 6c6262f..082cd74 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -38,6 +38,7

[PATCH] Kernel: dma.c: fixed coding style issues

2012-07-08 Thread Valentin Ilie
Fixed coding style issues. (checkpatch warnings) Signed-off-by: Valentin Ilie valentin.i...@gmail.com --- kernel/dma.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/kernel/dma.c b/kernel/dma.c index 6c6262f..082cd74 100644 --- a/kernel/dma.c +++