sparc: fix trivial style issues in kernel/pmc.c
o drop trailing whitespaces o align a fix things properly Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
39f6649b61
commit
85bfbf44c3
@@ -24,15 +24,15 @@
|
||||
*/
|
||||
|
||||
#define PMC_OBPNAME "SUNW,pmc"
|
||||
#define PMC_DEVNAME "pmc"
|
||||
#define PMC_DEVNAME "pmc"
|
||||
|
||||
#define PMC_IDLE_REG 0x00
|
||||
#define PMC_IDLE_ON 0x01
|
||||
#define PMC_IDLE_ON 0x01
|
||||
|
||||
static u8 __iomem *regs;
|
||||
|
||||
#define pmc_readb(offs) (sbus_readb(regs+offs))
|
||||
#define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs))
|
||||
#define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs))
|
||||
|
||||
/*
|
||||
* CPU idle callback function
|
||||
|
Reference in New Issue
Block a user