From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752559AbdBTLUJ (ORCPT ); Mon, 20 Feb 2017 06:20:09 -0500 Received: from mga03.intel.com ([134.134.136.65]:1627 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbdBTLUH (ORCPT ); Mon, 20 Feb 2017 06:20:07 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="50228001" Date: Mon, 20 Feb 2017 13:20:03 +0200 From: Jarkko Sakkinen To: tpmdd-devel@lists.sourceforge.net, Nayna Jain Cc: linux-security-module@vger.kernel.org, open list Subject: Re: [tpmdd-devel] [PATCH] tpm: declare tpm2_get_pcr_allocation() as static Message-ID: <20170220112003.jv732fizul27edjm@intel.com> References: <20170215180228.25650-1-jarkko.sakkinen@linux.intel.com> <20170217102427.427h3qxwajocilji@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217102427.427h3qxwajocilji@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 17, 2017 at 12:24:27PM +0200, Jarkko Sakkinen wrote: > On Wed, Feb 15, 2017 at 08:02:28PM +0200, Jarkko Sakkinen wrote: > > There's no need to export tpm2_get_pcr_alloation() because it is only > > a helper function for tpm2_auto_startup(). For the same reason it does > > not make much sense to maintain documentation for it. > > > > Signed-off-by: Jarkko Sakkinen > > Nayna, does this look good to you? I guess I'll just include this to the pull request as it is an obvious glitch. /Jarkko