packet: make packet too small warning match condition
authorWillem de Bruijn <willemb@google.com>
Thu, 8 Jan 2015 16:29:18 +0000 (11:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jan 2015 21:00:55 +0000 (16:00 -0500)
commiteee2f04b801ebc95da16f91fef029a083ba1a216
tree39cfbc5fbcbfe17dc444d6c93186192fc9ae6ada
parent20d14a5d377a6265c2e89986d052f79dff922217
packet: make packet too small warning match condition

The expression in ll_header_truncated() tests less than or equal, but
the warning prints less than. Update the warning.

Reported-by: Jouni Malinen <jkmalinen@gmail.com>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c