提交 9f73c2bb 编写于 作者: M Murali Karicheri 提交者: David S. Miller

net: hsr: add blank line after function declaration

Add a blank line after function declaration as suggested by
checkpatch.pl -f
Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b1b4aa91
......@@ -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)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册