diff options
author | Michal Simek <monstr@monstr.eu> | 2012-12-27 04:40:38 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-12 05:24:45 -0500 |
commit | 6bd55f0bbaebb79b39e147aa864401fd0c94db82 (patch) | |
tree | effef6e85fcbb6bd2687d881758a48c2377ef18e /arch/microblaze/kernel/dma.c | |
parent | 5b3084b5823339ac7bebca0701b9b89defe11c91 (diff) |
microblaze: Fix coding style issues
Fix coding style issues reported by checkpatch.pl.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/dma.c')
-rw-r--r-- | arch/microblaze/kernel/dma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/dma.c b/arch/microblaze/kernel/dma.c index a2bfa2ca5730..da68d00fd087 100644 --- a/arch/microblaze/kernel/dma.c +++ b/arch/microblaze/kernel/dma.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/gfp.h> | 11 | #include <linux/gfp.h> |
12 | #include <linux/dma-debug.h> | 12 | #include <linux/dma-debug.h> |
13 | #include <linux/export.h> | 13 | #include <linux/export.h> |
14 | #include <asm/bug.h> | 14 | #include <linux/bug.h> |
15 | 15 | ||
16 | /* | 16 | /* |
17 | * Generic direct DMA implementation | 17 | * Generic direct DMA implementation |
@@ -197,8 +197,8 @@ EXPORT_SYMBOL(dma_direct_ops); | |||
197 | 197 | ||
198 | static int __init dma_init(void) | 198 | static int __init dma_init(void) |
199 | { | 199 | { |
200 | dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); | 200 | dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); |
201 | 201 | ||
202 | return 0; | 202 | return 0; |
203 | } | 203 | } |
204 | fs_initcall(dma_init); | 204 | fs_initcall(dma_init); |