diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 11:02:25 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 19:41:24 +0400 |
commit | 1774a5bed33d85f250657f397b359b9837390a90 (patch) | |
tree | 11da45207a38bf3193a39537724de3ceb0ba41ef /include/asm-x86/io.h | |
parent | 88b4f6e98f79de31f49036da5bb1482872d512b5 (diff) | |
download | linux-1774a5bed33d85f250657f397b359b9837390a90.tar.xz |
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 @@ #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); |