mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
net: hsr: add blank line after function declaration
Add a blank line after function declaration as suggested by checkpatch.pl -f Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b1b4aa9140
commit
9f73c2bb46
@ -49,6 +49,7 @@ static bool seq_nr_after(u16 a, u16 b)
|
||||
|
||||
return (((s16)(b - a)) < 0);
|
||||
}
|
||||
|
||||
#define seq_nr_before(a, b) seq_nr_after((b), (a))
|
||||
#define seq_nr_after_or_eq(a, b) (!seq_nr_before((a), (b)))
|
||||
#define seq_nr_before_or_eq(a, b) (!seq_nr_after((a), (b)))
|
||||
|
Loading…
Reference in New Issue
Block a user