Skip to content

Commit

Permalink
omap: Checkpatch cleanup for blizzard.h
Browse files Browse the repository at this point in the history
arch/arm/plat-omap/include/plat/blizzard.h:9:
ERROR: spaces prohibited around that ':' (ctx:WxW)

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Andrea Gelmini authored and Tony Lindgren committed Mar 11, 2010
1 parent 29b9a21 commit 00df938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/plat/blizzard.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct blizzard_platform_data {
void (*power_down)(struct device *dev);
unsigned long (*get_clock_rate)(struct device *dev);

unsigned te_connected : 1;
unsigned te_connected:1;
};

#endif

0 comments on commit 00df938

Please sign in to comment.