This patch fixes spaces (and tabs) to respect kernel style rules. --- Changes from v1: - patch split into 3 Signed-off-by: Angelo Dureghello <angelo@xxxxxxxx> --- arch/m68k/include/asm/io_mm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/m68k/include/asm/io_mm.h b/arch/m68k/include/asm/io_mm.h index 5ee6d7729dad..e33d0c6dffb2 100644 --- a/arch/m68k/include/asm/io_mm.h +++ b/arch/m68k/include/asm/io_mm.h @@ -442,10 +442,10 @@ static inline void isa_delay(void) /* * These should be valid on any ioremap()ed region */ -#define readb(addr) in_8(addr) -#define writeb(val,addr) out_8((addr),(val)) -#define readw(addr) in_be16(addr) -#define writew(val,addr) out_be16((addr),(val)) +#define readb(addr) in_8(addr) +#define writeb(val, addr) out_8((addr), (val)) +#define readw(addr) in_be16(addr) +#define writew(val, addr) out_be16((addr), (val)) #endif /* !CONFIG_ISA && !CONFIG_ATARI_ROM_ISA */ -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html