llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/llvm: fix typo in link
@ 2023-08-28 17:24 ndesaulniers
  2023-08-29  2:51 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: ndesaulniers @ 2023-08-28 17:24 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Nathan Chancellor, Tom Rix, Nicolas Schier, Jonathan Corbet,
	llvm, linux-kbuild, linux-doc, linux-kernel, Stephen Rothwell,
	Nick Desaulniers

Fixes the following observed build failure from `make htmldocs`:
  Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name:
  "reprocible_builds".

Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 Documentation/kbuild/llvm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index 384622dd36b7..b1d97fafddcf 100644
--- a/Documentation/kbuild/llvm.rst
+++ b/Documentation/kbuild/llvm.rst
@@ -126,7 +126,7 @@ Ccache
 
 ``ccache`` can be used with ``clang`` to improve subsequent builds, (though
 KBUILD_BUILD_TIMESTAMP_ should be set to a deterministic value between builds
-in order to avoid 100% cache misses, see Reprocible_builds_ for more info):
+in order to avoid 100% cache misses, see Reproducible_builds_ for more info):
 
 	KBUILD_BUILD_TIMESTAMP='' make LLVM=1 CC="ccache clang"
 

---
base-commit: 2ee82481c392eec06a7ef28df61b7f0d8e45be2e
change-id: 20230828-docs_fixup-d3a355adf8f0

Best regards,
-- 
Nick Desaulniers <ndesaulniers@google.com>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/llvm: fix typo in link
  2023-08-28 17:24 [PATCH] Documentation/llvm: fix typo in link ndesaulniers
@ 2023-08-29  2:51 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2023-08-29  2:51 UTC (permalink / raw)
  To: ndesaulniers
  Cc: Nathan Chancellor, Tom Rix, Nicolas Schier, Jonathan Corbet,
	llvm, linux-kbuild, linux-doc, linux-kernel, Stephen Rothwell

On Tue, Aug 29, 2023 at 8:20 AM <ndesaulniers@google.com> wrote:
>
> Fixes the following observed build failure from `make htmldocs`:
>   Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name:
>   "reprocible_builds".
>
> Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> ---

I will squash this into your original commit.

Thanks.



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-29  2:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28 17:24 [PATCH] Documentation/llvm: fix typo in link ndesaulniers
2023-08-29  2:51 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).