From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C826DC433F5 for ; Tue, 26 Oct 2021 02:15:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A56BB61057 for ; Tue, 26 Oct 2021 02:15:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233479AbhJZCSJ (ORCPT ); Mon, 25 Oct 2021 22:18:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:45590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230216AbhJZCSH (ORCPT ); Mon, 25 Oct 2021 22:18:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F104261078; Tue, 26 Oct 2021 02:15:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635214544; bh=5jx/mGELsgCeUy/kfkFouShF25qOwFhjUg01K1BXYDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iNVt/ZN3wOs4DfycjkclUeMI1yGljFf1nmusRxbBU5rpTWZMxKS3xlUNJe63xcUK0 bScbtCjyYnRKs/hu1QEHXxqpigR+nQ5rxQC23ER1V+RGxFRmhhOytVefDgZvkYJxzK SCPvWFQ2C+UCmMyQW5z0WsTyCgibQm78mgNVl8Bf+aI4yrOH5PxUxpOfni9gCYVU8d u2COlRyhJ2u0KvoFouRw5pk3qwcxjyWsf78Z9fGolzb6V0Uk+Z0SJdJwSSJE3DY7L4 CbwXuJLo1qY6iuQ5kqqEntZQghxeQKC2y5zzYIlqY0O6dimIKuJlOqhibHr7ZMdl5h aQpo2ZeWpspFA== Date: Tue, 26 Oct 2021 05:15:41 +0300 From: Jarkko Sakkinen To: Sohaib Mohamed Cc: Peter Huewe , Jason Gunthorpe , linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tpm/st33zp24: drop unneeded over-commenting Message-ID: References: <20211013092151.11835-1-sohaib.amhmd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211013092151.11835-1-sohaib.amhmd@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 13, 2021 at 11:21:50AM +0200, Sohaib Mohamed wrote: > Remove parameter descriptions from all static functions. > Remove the comment altogether that does not tell what the function does. > > Suggested-by: Jarkko Sakkinen > Signed-off-by: Sohaib Mohamed Thanks. Reviewed-by: Jarkko Sakkinen /Jarkko