• Mauro Carvalho Chehab's avatar
    V4L/DVB: ir-core-priv.h: Fix a few CodingStyle errors · 384f23e8
    Mauro Carvalho Chehab authored
    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 <david@hardeman.nu>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    384f23e8
ir-core-priv.h 3.14 KB