aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 04:02:25 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:24 -0400
commit1774a5bed33d85f250657f397b359b9837390a90 (patch)
tree11da45207a38bf3193a39537724de3ceb0ba41ef /include
parent88b4f6e98f79de31f49036da5bb1482872d512b5 (diff)
include/asm-x86/io.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/io.h b/include/asm-x86/io.h
index 599cad3505c1..7b292d386713 100644
--- a/include/asm-x86/io.h
+++ b/include/asm-x86/io.h
@@ -7,5 +7,5 @@
7#endif 7#endif
8extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, 8extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
9 unsigned long prot_val); 9 unsigned long prot_val);
10extern void __iomem * ioremap_wc(unsigned long offset, unsigned long size); 10extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
11 11