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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2548C61DA4 for ; Tue, 14 Feb 2023 08:49:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231577AbjBNItL (ORCPT ); Tue, 14 Feb 2023 03:49:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231740AbjBNItH (ORCPT ); Tue, 14 Feb 2023 03:49:07 -0500 Received: from formenos.hmeau.com (167-179-156-38.a7b39c.syd.nbn.aussiebb.net [167.179.156.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 083EE1D936; Tue, 14 Feb 2023 00:49:06 -0800 (PST) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1pRqzl-00Ay0q-6u; Tue, 14 Feb 2023 16:49:02 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Tue, 14 Feb 2023 16:49:01 +0800 Date: Tue, 14 Feb 2023 16:49:01 +0800 From: Herbert Xu To: Weili Qian Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, wangzhou1@hisilicon.com, liulongfang@huawei.com Subject: Re: [PATCH v2 0/5] crypto: hisilicon/qm - some fixes and cleanups Message-ID: References: <20230209123617.30545-1-qianweili@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230209123617.30545-1-qianweili@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 09, 2023 at 08:36:12PM +0800, Weili Qian wrote: > Fix and clean up some issues in qm.c and sgl.c. > > v1 -> v2: > - Instead of changing the data type in min_t(), > use min() instead of min_t(). > > Weili Qian (5): > crypto: hisilicon/qm - remove some unused defines > crypto: hisilicon/qm - use min() instead of min_t() > crypto: hisilicon/qm - change function names > crypto: hisilicon/qm - update comments to match function > crypto: hisilicon/qm - fix coding style issues > > drivers/crypto/hisilicon/qm.c | 54 ++++++++++++---------------------- > drivers/crypto/hisilicon/sgl.c | 1 - > include/linux/hisi_acc_qm.h | 5 ++-- > 3 files changed, 21 insertions(+), 39 deletions(-) > > -- > 2.33.0 All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt