diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:02:25 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:24 +0200 |
commit | 1774a5bed33d85f250657f397b359b9837390a90 (patch) | |
tree | 11da45207a38bf3193a39537724de3ceb0ba41ef | |
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>
-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 599cad3505c..7b292d38671 100644 --- a/include/asm-x86/io.h +++ b/include/asm-x86/io.h @@ -7,5 +7,5 @@ #endif extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, unsigned long prot_val); -extern void __iomem * ioremap_wc(unsigned long offset, unsigned long size); +extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size); |