From: Mauro Carvalho Chehab Date: Tue, 20 Apr 2010 21:50:54 +0000 (-0300) Subject: V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errors X-Git-Tag: v2.6.35-rc1~480^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384f23e8c9b189888d6d8c84ae5ebd23b074a0b6;p=pandora-kernel.git V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errors As reported by checkpatch.pl: ERROR: open brace '{' following function declarations go on the next line +static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) { ERROR: open brace '{' following function declarations go on the next line +static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) { ERROR: open brace '{' following function declarations go on the next line +static inline bool is_transition(struct ir_raw_event *x, struct ir_raw_event *y) { Cc: David Härdeman Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed