Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758587AbcJQJpM (ORCPT ); Mon, 17 Oct 2016 05:45:12 -0400 Received: from foss.arm.com ([217.140.101.70]:57508 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758435AbcJQJpG (ORCPT ); Mon, 17 Oct 2016 05:45:06 -0400 Date: Mon, 17 Oct 2016 10:45:02 +0100 From: Catalin Marinas To: Andreas Platschek Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] kmemleak: fix reference to Documentation Message-ID: <20161017094501.GA10891@e104818-lin.cambridge.arm.com> References: <1476544946-18804-1-git-send-email-andreas.platschek@opentech.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476544946-18804-1-git-send-email-andreas.platschek@opentech.at> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 364 Lines: 11 On Sat, Oct 15, 2016 at 03:22:26PM +0000, Andreas Platschek wrote: > Documentation/kmemleak.txt was moved to Documentation/dev-tools/kmemleak.rst, > this fixes the reference to the new location. > > Signed-off-by: Andreas Platschek In case Andrew picks this patch up: Acked-by: Catalin Marinas Thanks.