diff options
| author | 2020-08-06 20:31:41 -0700 | |
|---|---|---|
| committer | 2020-08-07 18:57:24 +0200 | |
| commit | b8c1a3090741f349322ad855d2b66d6e9752a60d (patch) | |
| tree | 8b9588ae0dc62f817bd1cb679c5197607b8b9980 /kernel/bpf/core.c | |
| parent | selftests/bpf: Fix silent Makefile output (diff) | |
| download | linux-dev-b8c1a3090741f349322ad855d2b66d6e9752a60d.tar.xz linux-dev-b8c1a3090741f349322ad855d2b66d6e9752a60d.zip | |
bpf: Delete repeated words in comments
Drop repeated words in kernel/bpf/: {has, the}
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200807033141.10437-1-rdunlap@infradead.org
Diffstat (limited to 'kernel/bpf/core.c')
| -rw-r--r-- | kernel/bpf/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index bde93344164d..ed0b3578867c 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -1966,7 +1966,7 @@ void bpf_prog_array_delete_safe(struct bpf_prog_array *array, * @index: the index of the program to replace * * Skips over dummy programs, by not counting them, when calculating - * the the position of the program to replace. + * the position of the program to replace. * * Return: * * 0 - Success |
