Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp968929ybl; Thu, 22 Aug 2019 07:33:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqz21fYslBczFh9osBzt8KaDhLfNc+pmGebV6oBd5cN/caIoW6JobCX9Qr176RC9oHBeas4q X-Received: by 2002:a17:90a:a105:: with SMTP id s5mr5747832pjp.51.1566484419401; Thu, 22 Aug 2019 07:33:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566484419; cv=none; d=google.com; s=arc-20160816; b=KfJ8oYfpo65jDFnqMNruDj+fbjBPXGiC8/PJ7tjIPnw7DPcQ2IgQaw1ETVZMLN4yD0 no5SV0a57sApc/purBKConPlaQLkR9An4NLjbPgka+cdgt5kZrP/iHI5G07Dw6I4qfPc dKxclp3HtY+uMt1zhQSqmeAZSt2+z136Xok2LueIglP+4apH1a5OIqaUYEB2U6FjuMtu 2uAY4oeZollY+RF+9VOJqW7hWsx5QVf4W8hUJUU83Koyxqde5G8K2Git7nP2m/Tl8fuH btIIeSIcCw8radjPCdLNcJpT6Z+aFIgpjId4YafZMjsrDKvyXK7tBXljtQs4qThwOWph GJ5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=CatyXnCzbSXqDjtqWZQ7jwRL1mOsHXbMs2q4tFhewUg=; b=VQRd4VGmALGQQxZ2i4WR7K5z/bnFSQYyQuf+Z7MYa/FoHkdP+ytOzbWw6yt30LKabO 7I0X/93GZ57e4p3vIAZiLqdvAr74GoRJQ8Gi+0QOm/hrkXZL2EoW037NFzVdnQU6oec+ SnAI+VoK0RJ5qvOyhDKnq4Q7qaI6O2d7Y95+ymEu5hgPuVc3a4pdX4tTIPSATIvOg44Q PbtsNWb/SyHtnFJxmItrCoeLA/NsHqgIU2lZCbelE+92aScpZFMxUsv3jrXc5oT3yiJ4 x89Q14NmKMGGbgTYVtMCuY668nTj5hFzqNpKtY080Dk+JXy1RX/cOsYtIzmvtJAvlFO7 i2jA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w20si18905820pfq.27.2019.08.22.07.33.24; Thu, 22 Aug 2019 07:33:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730939AbfHVMPK (ORCPT + 99 others); Thu, 22 Aug 2019 08:15:10 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:58496 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729716AbfHVMPJ (ORCPT ); Thu, 22 Aug 2019 08:15:09 -0400 Received: from gondolin.me.apana.org.au ([192.168.0.6] helo=gondolin.hengli.com.au) by fornost.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1i0lzf-0002Oo-Ri; Thu, 22 Aug 2019 22:15:08 +1000 Received: from herbert by gondolin.hengli.com.au with local (Exim 4.80) (envelope-from ) id 1i0lzf-00021u-9i; Thu, 22 Aug 2019 22:15:07 +1000 Date: Thu, 22 Aug 2019 22:15:07 +1000 From: Herbert Xu To: Ard Biesheuvel Cc: linux-crypto@vger.kernel.org Subject: Re: [PATCH cryptodev buildfix] crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier Message-ID: <20190822121507.GA7776@gondor.apana.org.au> References: <20190822102454.4549-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190822102454.4549-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Aug 22, 2019 at 01:24:54PM +0300, Ard Biesheuvel wrote: > Fix a typo XTS_BLOCKSIZE -> XTS_BLOCK_SIZE, causing the build to > break. > > Signed-off-by: Ard Biesheuvel > --- > Apologies for the sloppiness. > > Herbert, could we please merge this before cryptodev hits -next? > > arch/s390/crypto/aes_s390.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 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