Skip to content

Commit

Permalink
ARM: arch/arm/mach-h720x/common.h: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/arm/mach-h720x/common.h:17: WARNING: space prohibited between function name and open parenthesis '('
arch/arm/mach-h720x/common.h:23: WARNING: space prohibited between function name and open parenthesis '('

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Andrea Gelmini authored and Russell King committed May 24, 2010
1 parent 49b95e2 commit 9f1e0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-h720x/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
*/

extern unsigned long h720x_gettimeoffset(void);
extern void __init h720x_init_irq (void);
extern void __init h720x_init_irq(void);
extern void __init h720x_map_io(void);

#ifdef CONFIG_ARCH_H7202
extern struct sys_timer h7202_timer;
extern void __init init_hw_h7202(void);
extern void __init h7202_init_irq (void);
extern void __init h7202_init_irq(void);
extern void __init h7202_init_time(void);
#endif

Expand Down

0 comments on commit 9f1e0f2

Please sign in to comment.