projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c291d0a
)
x86, bpf: Cleanup the top of file header in bpf_jit_comp.c
author
Christoph Hellwig
<hch@lst.de>
Fri, 19 Nov 2021 16:32:11 +0000
(17:32 +0100)
committer
Alexei Starovoitov
<ast@kernel.org>
Tue, 30 Nov 2021 18:52:11 +0000
(10:52 -0800)
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
arch/x86/net/bpf_jit_comp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/net/bpf_jit_comp.c
b/arch/x86/net/bpf_jit_comp.c
index 6318479077867d44bf8459356817388305044bdc..1d7b0c69b644d1df2173e5c8fd5185abc4c1beda 100644
(file)
--- 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>