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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC361C433DB for ; Tue, 9 Feb 2021 10:25:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FAE964EBC for ; Tue, 9 Feb 2021 10:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231756AbhBIKZe (ORCPT ); Tue, 9 Feb 2021 05:25:34 -0500 Received: from mga05.intel.com ([192.55.52.43]:27717 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231249AbhBIKXc (ORCPT ); Tue, 9 Feb 2021 05:23:32 -0500 IronPort-SDR: 0UTolwudQv90GV+r89Ryz1aI/wD2oNa+TMrY1RafiecnVOJDD9lBksQHtVf+4R1AUZw3WF3Ntd qShW43bMhY/g== X-IronPort-AV: E=McAfee;i="6000,8403,9889"; a="266693432" X-IronPort-AV: E=Sophos;i="5.81,164,1610438400"; d="scan'208";a="266693432" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2021 02:22:45 -0800 IronPort-SDR: 6GVyllnocUdQJouo0REi4pOyG2lhiunbuhFioDlJBUT1vdDwy/MO/Sx5bwASMGznFhQURgd+Lw rRNT33Gn4Qiw== X-IronPort-AV: E=Sophos;i="5.81,164,1610438400"; d="scan'208";a="396060985" Received: from silpixa00400314.ir.intel.com (HELO silpixa00400314) ([10.237.222.51]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2021 02:22:43 -0800 Date: Tue, 9 Feb 2021 10:22:35 +0000 From: Giovanni Cabiddu To: Bhaskar Chowdhury Cc: herbert@gondor.apana.org.au, davem@davemloft.net, gustavoars@kernel.org, qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, rdunlap@infradead.org Subject: Re: [PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c Message-ID: <20210209102223.GA118045@silpixa00400314> References: <20210203145506.11928-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203145506.11928-1-unixbhaskar@gmail.com> Organization: Intel Research and Development Ireland Ltd - Co. Reg. #308263 - Collinstown Industrial Park, Leixlip, County Kildare - Ireland Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Thanks. I'm going to consolidate this with the previous patch, improve the commit message and resubmit. Regards, -- Giovanni On Wed, Feb 03, 2021 at 08:25:06PM +0530, Bhaskar Chowdhury wrote: > > s/messge/message/ > > Signed-off-by: Bhaskar Chowdhury > --- > drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c > index 8b090b7ae8c6..a1b77bd7a894 100644 > --- a/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c > +++ b/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c > @@ -169,7 +169,7 @@ static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) > * @msg: Message to send > * @vf_nr: VF number to which the message will be sent > * > - * Function sends a messge from the PF to a VF > + * Function sends a message from the PF to a VF > * > * Return: 0 on success, error code otherwise. > */ > -- > 2.26.2 >