[U-Boot] [PATCH] omap3/am33xx: mux: fix several checkpatch issues

2014-10-21 Thread Igor Grinberg
Fix the following checkpatch issues: CHECK: No space is necessary after a cast \#39: FILE: arch/arm/include/asm/arch-am33xx/mux.h:39: +#define PAD_CTRL_BASE 0x800 +#define OFFSET(x) (unsigned int) (&((struct pad_signals *) \ CHECK: Avoid CamelCase: \#284: FILE: arch/arm/include/asm/arch-om

Re: [U-Boot] [PATCH] omap3/am33xx: mux: fix several checkpatch issues

2014-10-21 Thread Stefan Roese
On 21.10.2014 17:25, Igor Grinberg wrote: Fix the following checkpatch issues: CHECK: No space is necessary after a cast \#39: FILE: arch/arm/include/asm/arch-am33xx/mux.h:39: +#define PAD_CTRL_BASE 0x800 +#define OFFSET(x) (unsigned int) (&((struct pad_signals *) \ CHECK: Avoid CamelCase