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 C136DC433F5 for ; Fri, 29 Oct 2021 13:11:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA2EE61165 for ; Fri, 29 Oct 2021 13:11:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231509AbhJ2NOX (ORCPT ); Fri, 29 Oct 2021 09:14:23 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:56398 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbhJ2NOW (ORCPT ); Fri, 29 Oct 2021 09:14:22 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1mgRfe-0002oU-JE; Fri, 29 Oct 2021 21:11:46 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1mgRfc-0003Dd-PV; Fri, 29 Oct 2021 21:11:44 +0800 Date: Fri, 29 Oct 2021 21:11:44 +0800 From: Herbert Xu To: Cai Huoqing Cc: Tom Lendacky , John Allen , "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] crypto: ccp - Make use of the helper macro kthread_run() Message-ID: <20211029131144.GD12278@gondor.apana.org.au> References: <20211021083854.1865-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211021083854.1865-1-caihuoqing@baidu.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Oct 21, 2021 at 04:38:54PM +0800, Cai Huoqing wrote: > Repalce kthread_create/wake_up_process() with kthread_run() > to simplify the code. > > Signed-off-by: Cai Huoqing > --- > drivers/crypto/ccp/ccp-dev-v3.c | 5 ++--- > drivers/crypto/ccp/ccp-dev-v5.c | 5 ++--- > 2 files changed, 4 insertions(+), 6 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt