Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752472AbcLCQQy (ORCPT ); Sat, 3 Dec 2016 11:16:54 -0500 Received: from mga03.intel.com ([134.134.136.65]:44818 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbcLCQQx (ORCPT ); Sat, 3 Dec 2016 11:16:53 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,736,1477983600"; d="scan'208";a="793827606" Date: Sat, 3 Dec 2016 18:16:34 +0200 From: Jarkko Sakkinen To: Tomas Winkler Cc: tpmdd-devel@lists.sourceforge.net, Jason Gunthorpe , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/4] tpm/tpm2-chip: fix kdoc errors Message-ID: <20161203161634.pblk3v4i7sypy52n@intel.com> References: <1479895454-15076-1-git-send-email-tomas.winkler@intel.com> <1479895454-15076-3-git-send-email-tomas.winkler@intel.com> <20161203153417.r4fue7uoka3xcaqo@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161203153417.r4fue7uoka3xcaqo@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: 583 Lines: 15 On Sat, Dec 03, 2016 at 05:34:17PM +0200, Jarkko Sakkinen wrote: > On Wed, Nov 23, 2016 at 12:04:12PM +0200, Tomas Winkler wrote: > > Use correct kdoc format, describe correct parameters and return values. > > > > Signed-off-by: Tomas Winkler > > 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