Re: [PATCH net-next] packet: make packet too small warning match condition
From: David Miller <davem@davemloft.net> Date: 2015-01-12 21:01:46
From: Willem de Bruijn <willemb@google.com>
Date: Thu, 8 Jan 2015 11:29:18 -0500
From: Willem de Bruijn <willemb@google.com>
The expression in ll_header_truncated() tests less than or equal, but
the warning prints less than. Update the warning.
Reported-by: Jouni Malinen <redacted>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Yeah that could be really confusing. Applied, thanks.