diff options
author | Christoph Hellwig <hch@lst.de> | 2021-11-19 17:32:11 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-11-30 19:52:11 +0100 |
commit | 58ffa1b413690dbfdea86c068510339fe1573c33 (patch) | |
tree | 0786283ee889d1ce22c1b6eaf2958eff6cf4b185 /arch | |
parent | libbpf: Remove duplicate assignments (diff) | |
download | linux-58ffa1b413690dbfdea86c068510339fe1573c33.tar.xz linux-58ffa1b413690dbfdea86c068510339fe1573c33.zip |
x86, bpf: Cleanup the top of file header in bpf_jit_comp.c
Don't bother mentioning the file name as it is implied, and remove the
reference to internal BPF.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20211119163215.971383-2-hch@lst.de
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/net/bpf_jit_comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/net/bpf_jit_comp.c b/arch/x86/net/bpf_jit_comp.c index 631847907786..1d7b0c69b644 100644 --- a/arch/x86/net/bpf_jit_comp.c +++ b/arch/x86/net/bpf_jit_comp.c @@ -1,9 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * bpf_jit_comp.c: BPF JIT compiler + * BPF JIT compiler * * Copyright (C) 2011-2013 Eric Dumazet (eric.dumazet@gmail.com) - * Internal BPF Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com + * Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com */ #include <linux/netdevice.h> #include <linux/filter.h> |