diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2023-02-28 13:14:17 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-04-08 22:45:37 +0200 |
commit | 70e79866ab36feaaed8ef26dacfbcbac6a0631c9 (patch) | |
tree | 5a09a13fcaacd9cb0ebf556aaf8a8a0606243570 /lib/buildid.c | |
parent | mm: uninline kstrdup() (diff) | |
download | linux-70e79866ab36feaaed8ef26dacfbcbac6a0631c9.tar.xz linux-70e79866ab36feaaed8ef26dacfbcbac6a0631c9.zip |
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>
Diffstat (limited to 'lib/buildid.c')
-rw-r--r-- | lib/buildid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildid.c b/lib/buildid.c index dfc62625cae4..e3a7acdeef0e 100644 --- a/lib/buildid.c +++ b/lib/buildid.c @@ -163,7 +163,7 @@ out: /** * build_id_parse_buf - Get build ID from a buffer - * @buf: Elf note section(s) to parse + * @buf: ELF note section(s) to parse * @buf_size: Size of @buf in bytes * @build_id: Build ID parsed from @buf, at least BUILD_ID_SIZE_MAX long * |