Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753079AbcLCQQ6 (ORCPT ); Sat, 3 Dec 2016 11:16:58 -0500 Received: from mga11.intel.com ([192.55.52.93]:16982 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcLCQQ4 (ORCPT ); Sat, 3 Dec 2016 11:16:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,736,1477983600"; d="scan'208";a="38412289" Date: Sat, 3 Dec 2016 18:16:51 +0200 From: Jarkko Sakkinen To: Tomas Winkler Cc: tpmdd-devel@lists.sourceforge.net, Jason Gunthorpe , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] tmp: use pdev for parent device in tpm_chip_alloc Message-ID: <20161203161651.vnxbob2v2l2if4au@intel.com> References: <1479895454-15076-1-git-send-email-tomas.winkler@intel.com> <1479895454-15076-4-git-send-email-tomas.winkler@intel.com> <20161203153530.yk3ilrg74qwg2f7a@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161203153530.yk3ilrg74qwg2f7a@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 Content-Length: 645 Lines: 17 On Sat, Dec 03, 2016 at 05:35:30PM +0200, Jarkko Sakkinen wrote: > On Wed, Nov 23, 2016 at 12:04:13PM +0200, Tomas Winkler wrote: > > The tpm stack uses pdev name convention for the parent device. > > Fix that also in tpm_chip_alloc(). > > Usually I'm not too fond for minor style fixes but in this case it > improves the clarity. > > Reviewed-by: Jarkko Sakkinen Tested-by: Jarkko Sakkinen ... in the sense that the changes do not break the compilation and do not produce sparse or cocciheck errors. I guess that should be enough for these documentation changes. /Jarkko