summaryrefslogtreecommitdiff
path: root/bpf_insns.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15bpf: use Linux' define of BPF_MAXINSNSDaniel Borkmann1-0/+4
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-0/+58
authorLABBE Corentin <clabbe.montjoie@gmail.com>2017-02-08 09:31:21 +0100 committerDavid S. Miller <davem@davemloft.net>2017-02-08 15:11:27 -0500 commita6a3e026f0d358904afd3df6b7f952ed8ea5b942 (patch) tree672a24efe91c8221d9c246f97a209047f46b2bb7 parent64679e565a4a099c5d5dc2ecf103dcaf039ef8c7 (diff)
net: stmmac: replace unsigned by u32
checkpatch complains about two unsigned without type after. Since the value return is u32, it is simpler to replace it by u32 instead of "unsigned int" Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat