Skip to content
Commit de74e92a authored by danborkmann@iogearbox.net's avatar danborkmann@iogearbox.net Committed by David S. Miller
Browse files

af_packet: use sizeof instead of constant in spkt_device



This small patch removes access to the last element of the spkt_device
array through a constant. Instead, it is accessed by sizeof() to respect
possible changes in if_packet.h.

Signed-off-by: default avatarDaniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 55afabaa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment