Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755177AbcJOPfe (ORCPT ); Sat, 15 Oct 2016 11:35:34 -0400 Received: from mail.osadl.at ([92.243.35.153]:51955 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754548AbcJOPfZ (ORCPT ); Sat, 15 Oct 2016 11:35:25 -0400 From: Andreas Platschek To: mmarek@suse.com Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Andreas Platschek Subject: [PATCH] Makefile: fix reference to sparse documentation Date: Sat, 15 Oct 2016 15:33:56 +0000 Message-Id: <1476545636-18906-1-git-send-email-andreas.platschek@opentech.at> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 738 Lines: 23 Documenation/sparse.txt was moved to Documentation/dev-tools/sparse.rst, this fixes the reference. Signed-off-by: Andreas Platschek --- 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