From 4c7b70f063226d5b1c70c314db20bc71ba10abc2 Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Tue, 5 Oct 2010 17:01:40 +0200 Subject: use proper Linux indentation --- xhfc/xhfc_leb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xhfc/xhfc_leb.h') diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h index 08bd0ed..0c1bfb8 100644 --- a/xhfc/xhfc_leb.h +++ b/xhfc/xhfc_leb.h @@ -55,12 +55,12 @@ static inline void write_xhfc(struct xhfc * xhfc, u8 reg_addr, u8 value) #ifdef DEBUG #define read_xhfc(x, reg) ({ \ u8 _res = read_xhfc(x, reg); \ - if(DBG_REGS) printk(KERN_INFO #reg " -> %02x\n", _res); \ + if (DBG_REGS) printk(KERN_INFO #reg " -> %02x\n", _res);\ _res; \ }) #define write_xhfc(x, reg, val) ({ \ - if(DBG_REGS) printk(KERN_INFO #reg " <- %02x\n", val); \ + if (DBG_REGS) printk(KERN_INFO #reg " <- %02x\n", val); \ write_xhfc(x, reg, val); \ }) #endif -- cgit v1.2.3