* [PATCH 0/1] kbuild: fix misspelling in scripts/Makefile.lib
[not found] <35574>
@ 2025-02-04 5:17 ` Oleh Zadorozhnyi
2025-02-04 5:17 ` [PATCH 1/1] " Oleh Zadorozhnyi
0 siblings, 1 reply; 3+ messages in thread
From: Oleh Zadorozhnyi @ 2025-02-04 5:17 UTC (permalink / raw)
To: linux-kbuild; +Cc: Oleh Zadorozhnyi
*** BLURB HERE ***
Oleh Zadorozhnyi (1):
kbuild: fix misspelling in scripts/Makefile.lib
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] kbuild: fix misspelling in scripts/Makefile.lib
2025-02-04 5:17 ` [PATCH 0/1] kbuild: fix misspelling in scripts/Makefile.lib Oleh Zadorozhnyi
@ 2025-02-04 5:17 ` Oleh Zadorozhnyi
2025-02-05 16:05 ` Masahiro Yamada
0 siblings, 1 reply; 3+ messages in thread
From: Oleh Zadorozhnyi @ 2025-02-04 5:17 UTC (permalink / raw)
To: linux-kbuild; +Cc: Oleh Zadorozhnyi
Signed-off-by: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index ad55ef201aac..cad20f0e66ee 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -305,7 +305,7 @@ endef
# These are shared by some Makefile.* files.
ifdef CONFIG_LTO_CLANG
-# Run $(LD) here to covert LLVM IR to ELF in the following cases:
+# Run $(LD) here to convert LLVM IR to ELF in the following cases:
# - when this object needs objtool processing, as objtool cannot process LLVM IR
# - when this is a single-object module, as modpost cannot process LLVM IR
cmd_ld_single = $(if $(objtool-enabled)$(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] kbuild: fix misspelling in scripts/Makefile.lib
2025-02-04 5:17 ` [PATCH 1/1] " Oleh Zadorozhnyi
@ 2025-02-05 16:05 ` Masahiro Yamada
0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2025-02-05 16:05 UTC (permalink / raw)
To: Oleh Zadorozhnyi; +Cc: linux-kbuild
On Tue, Feb 4, 2025 at 2:21 PM Oleh Zadorozhnyi <lesorubshayan@gmail.com> wrote:
>
> Signed-off-by: Oleh Zadorozhnyi <lesorubshayan@gmail.com>
> ---
Applied to linux-kbuild/fixes.
Thanks.
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-05 16:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <35574>
2025-02-04 5:17 ` [PATCH 0/1] kbuild: fix misspelling in scripts/Makefile.lib Oleh Zadorozhnyi
2025-02-04 5:17 ` [PATCH 1/1] " Oleh Zadorozhnyi
2025-02-05 16:05 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox