ELF: fix all "Elf" typos

ELF is acronym and therefore should be spelled in all caps.

I left one exception at Documentation/arm/nwfpe/nwfpe.rst which looks like
being written in the first person.

Link: https://lkml.kernel.org/r/Y/3wGWQviIOkyLJW@p183
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Alexey Dobriyan 2023-02-28 15:14:17 +03:00 committed by Andrew Morton
parent 2a6772ebf0
commit 70e79866ab
14 changed files with 26 additions and 26 deletions

View file

@ -1334,7 +1334,7 @@ static int bpf_object__elf_init(struct bpf_object *obj)
goto errout;
}
/* Elf is corrupted/truncated, avoid calling elf_strptr. */
/* ELF is corrupted/truncated, avoid calling elf_strptr. */
if (!elf_rawdata(elf_getscn(elf, obj->efile.shstrndx), NULL)) {
pr_warn("elf: failed to get section names strings from %s: %s\n",
obj->path, elf_errmsg(-1));