net/hsr: Very small fix of comment style.
Signed-off-by: Arvid Brodin <arvid.brodin@alten.se> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
19990e29fe
Коммит
213e3bc723
|
@ -288,7 +288,8 @@ void hsr_addr_subst_dest(struct hsr_priv *hsr_priv, struct ethhdr *ethhdr,
|
|||
static bool seq_nr_after(u16 a, u16 b)
|
||||
{
|
||||
/* Remove inconsistency where
|
||||
* seq_nr_after(a, b) == seq_nr_before(a, b) */
|
||||
* seq_nr_after(a, b) == seq_nr_before(a, b)
|
||||
*/
|
||||
if ((int) b - a == 32768)
|
||||
return false;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче