From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbbCIMkj (ORCPT ); Mon, 9 Mar 2015 08:40:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34808 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbbCIMkf (ORCPT ); Mon, 9 Mar 2015 08:40:35 -0400 Date: Mon, 9 Mar 2015 20:40:13 +0800 From: Baoquan He To: Alexander Kuleshov Cc: keescook@chromium.org, yinghai@kernel.org, hpa@zytor.com, mingo@redhat.com, bp@suse.de, matt.fleming@intel.com, vgoyal@redhat.com, tglx@linutronix.de, linux-kernel@vger.kernel.org Subject: Re: [Patch v3 3/7] x86, kaslr: Add two functions which will be used later Message-ID: <20150309124013.GA1741@dhcp-17-102.nay.redhat.com> References: <1425793135-2833-1-git-send-email-bhe@redhat.com> <1425793135-2833-4-git-send-email-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/08/15 at 07:58pm, Alexander Kuleshov wrote: > Hello, > > May be necessary to add comments that they will be used later, to > prevent patches like 'removed unused......' Hi, Thanks for your comment. Do you mean adding comment above function definition, later remove the comment when call it? Thanks Baoquan