mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
affe66374c
commit
ace4fdbb2f
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user