From 036db11cab275dd3cc13284e760bb050c59559be Mon Sep 17 00:00:00 2001 From: Cao jin Date: Fri, 24 Mar 2017 17:03:17 +0800 Subject: sparse doc: fix reference path Documentation/sparse.txt has been moved to Documentation/dev-tools/sparse.rst Signed-off-by: Cao jin Signed-off-by: Jonathan Corbet --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 165cf9783a5d..0e66ca4562a1 100644 --- a/Makefile +++ b/Makefile @@ -172,8 +172,8 @@ 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 -# where to get the "sparse" utility. +# See the file "Documentation/dev-tools/sparse.rst" for more details, +# including where to get the "sparse" utility. ifeq ("$(origin C)", "command line") KBUILD_CHECKSRC = $(C) -- cgit v1.2.3-59-g8ed1b