Revision 36f671be1db1b17d3d4ab0c8b47f81ccb1efcb75 authored by Cihangir Akturk on 17 December 2016, 17:42:17 UTC, committed by Jonathan Corbet on 27 December 2016, 20:08:42 UTC
In the actual implementation ether_addr_equal function tests for equality to 0
when returning. It seems in commit 0d74c4 it is somehow overlooked to change
this operator to reflect the actual function.

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 6611533
History
File Mode Size
Makefile -rw-r--r-- 754 bytes
bpf_asm.c -rw-r--r-- 1.2 KB
bpf_dbg.c -rw-r--r-- 28.2 KB
bpf_exp.l -rw-r--r-- 4.0 KB
bpf_exp.y -rw-r--r-- 15.5 KB
bpf_jit_disasm.c -rw-r--r-- 5.4 KB

back to top