diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 01:02:19 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:23 +0200 |
commit | ace4fdbb2fa842fc557bc0ae5909d790eb335ff8 (patch) | |
tree | 0f86dc0ea36ce43aba068f1d23cc0999d7c44783 /include/asm-x86/i8259.h | |
parent | affe66374ca16572fbb22cefe267d6072c49ce9d (diff) | |
download | blackbird-op-linux-ace4fdbb2fa842fc557bc0ae5909d790eb335ff8.tar.gz blackbird-op-linux-ace4fdbb2fa842fc557bc0ae5909d790eb335ff8.zip |
include/asm-x86/i8259.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/i8259.h')
-rw-r--r-- | include/asm-x86/i8259.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h index e2650f21ca8d..45d4df3e51e6 100644 --- a/include/asm-x86/i8259.h +++ b/include/asm-x86/i8259.h @@ -5,7 +5,7 @@ extern unsigned int cached_irq_mask; -#define __byte(x,y) (((unsigned char *) &(y))[x]) +#define __byte(x, y) (((unsigned char *)&(y))[x]) #define cached_master_mask (__byte(0, cached_irq_mask)) #define cached_slave_mask (__byte(1, cached_irq_mask)) |