diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 04:02:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:24 -0400 |
commit | 1774a5bed33d85f250657f397b359b9837390a90 (patch) | |
tree | 11da45207a38bf3193a39537724de3ceb0ba41ef /include/asm-x86/io.h | |
parent | 88b4f6e98f79de31f49036da5bb1482872d512b5 (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/asm-x86/io.h')
-rw-r--r-- | include/asm-x86/io.h | 2 |
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 |
8 | extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, | 8 | extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, |
9 | unsigned long prot_val); | 9 | unsigned long prot_val); |
10 | extern void __iomem * ioremap_wc(unsigned long offset, unsigned long size); | 10 | extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size); |
11 | 11 | ||