Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp361900pxj; Thu, 24 Jun 2021 00:35:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyggZnyzDdy5xr7QkNjLe0uZ0+4DQDV2W0DNcSCP0/q0A/opVRIMD2O5XRmZi9slEUl1BsR X-Received: by 2002:a05:6602:134f:: with SMTP id i15mr3031618iov.143.1624520119328; Thu, 24 Jun 2021 00:35:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624520119; cv=none; d=google.com; s=arc-20160816; b=hGpxweMTGd6a0rrFvg8AQrSDxYzYM1H1gOF2lzXx72NfGPhQEzAslHOzcteipemLwc 0aidczeQY7/NtZQSWGaSSvENNnMf19AGCigqk8NcKKUUzcwkpzsgaEt3wS6+fr9YgjM2 3fBGf477RI74BvF+M+Ktex82dcRwYFFIMOf5DJSLEAd11V5kMmKaNV1aY6qMluboRkB3 dO90D7FCM2YweUq8xgk3YDZMuO5cFCEEgZ9U/K3jPf7zzd2PPl0EWwinLlTZ11EVNZeU DX3lQHTGetJPPL0DZn829/UVz7g89PdQ1XgjkgPZTCthCVnQjMduDVv6B9yU7VIP4Y3f 161w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=nu3jW6WFLKrIyIDpL4ijLsCNx7CZUit6E5QbkefnEH0=; b=cYDn8x6JOp5/TWhGXwXpNHo4xM/IyfzVuNnQXPe1QPE2HwWvswLALSwRuXKgARhzUy FWt9NPLnw9QCqO+CAWs1Dugj2wf7lrzXlkGPrxTTgqCrB6VjS1/6va3XRawX00PHJkXA lZ9M1xMxzzuJxyJecQSokY70g2xyCZ4hMZx0liIHdNE4g/+XWKCq6aRJODRzWr9UDnru 4p0EKuZcEr5csdm68qF5RHV71aOFM4o9TZLUZHRSdSkb0jslWIPhQ0y1QwO9Vx66TeRl FC9El9nAxAYLS9+HLIU7Xg4pXxI/z4hKLUfVdyw4laZHdBe91lJBQe9B1S2jrPGzdAMN kkwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z5si1628410ioz.20.2021.06.24.00.35.07; Thu, 24 Jun 2021 00:35:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231603AbhFXHg7 (ORCPT + 99 others); Thu, 24 Jun 2021 03:36:59 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:50842 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231386AbhFXHg7 (ORCPT ); Thu, 24 Jun 2021 03:36:59 -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 1lwJsg-0006Cm-Kh; Thu, 24 Jun 2021 15:34:34 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1lwJsc-0004gG-CK; Thu, 24 Jun 2021 15:34:30 +0800 Date: Thu, 24 Jun 2021 15:34:30 +0800 From: Herbert Xu To: Colin King Cc: Zaibo Xu , "David S . Miller" , linux-crypto@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] crypto: hisilicon/sec: Fix spelling mistake "fallbcak" -> "fallback" Message-ID: <20210624073430.GB17892@gondor.apana.org.au> References: <20210615101153.9298-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210615101153.9298-1-colin.king@canonical.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Jun 15, 2021 at 11:11:53AM +0100, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King > --- > drivers/crypto/hisilicon/sec2/sec_crypto.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt