* [PATCH] scripts/objdiff: fix stale comments about .tmp_objdiff
@ 2022-06-03 13:20 Masahiro Yamada
0 siblings, 0 replies; only message in thread
From: Masahiro Yamada @ 2022-06-03 13:20 UTC (permalink / raw)
To: linux-kbuild; +Cc: linux-kernel, Masahiro Yamada, Nicolas Schier
Fix the two occurrences of .tmp_objdiff in the comment block.
Fixes: 0ef3bf716886 ("kbuild: clean .tmp_* pattern by make clean")
Reported-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
scripts/objdiff | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/objdiff b/scripts/objdiff
index 68b8d74e5c6f..0685bc3ce3df 100755
--- a/scripts/objdiff
+++ b/scripts/objdiff
@@ -20,10 +20,10 @@
# $ ./scripts/objdiff diff COMMIT_A COMMIT_B
# $
-# And to clean up (everything is in .tmp_objdiff/*)
+# And to clean up (everything is in .objdiff/*)
# $ ./scripts/objdiff clean all
#
-# Note: 'make mrproper' will also remove .tmp_objdiff
+# Note: 'make mrproper' will also remove .objdiff
SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
--
2.32.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-03 13:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 13:20 [PATCH] scripts/objdiff: fix stale comments about .tmp_objdiff Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox