linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: fix reference to sparse documentation
@ 2016-10-15 15:33 Andreas Platschek
  0 siblings, 0 replies; only message in thread
From: Andreas Platschek @ 2016-10-15 15:33 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kbuild, linux-kernel, Andreas Platschek

Documenation/sparse.txt was moved to Documentation/dev-tools/sparse.rst,
this fixes the reference.

Signed-off-by: Andreas Platschek <andreas.platschek@opentech.at>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d8c784d..d7157a1 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ MAKEFLAGS += --no-print-directory
 # Use 'make C=2' to enable checking of *all* source files, regardless
 # of whether they are re-compiled or not.
 #
-# See the file "Documentation/sparse.txt" for more details, including
+# See the file "Documentation/dev-tools/sparse.rst" for more details, including
 # where to get the "sparse" utility.
 
 ifeq ("$(origin C)", "command line")
-- 
2.9.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-15 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-15 15:33 [PATCH] Makefile: fix reference to sparse documentation Andreas Platschek

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).