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=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 D8382C34022 for ; Mon, 17 Feb 2020 17:08:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B09192064C for ; Mon, 17 Feb 2020 17:08:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729414AbgBQRIy (ORCPT ); Mon, 17 Feb 2020 12:08:54 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:11322 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726977AbgBQRIy (ORCPT ); Mon, 17 Feb 2020 12:08:54 -0500 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01HH8r2C138032 for ; Mon, 17 Feb 2020 12:08:53 -0500 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0a-001b2d01.pphosted.com with ESMTP id 2y6e1gmqc1-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 17 Feb 2020 12:08:52 -0500 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Feb 2020 17:08:33 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (9.149.109.198) by e06smtp04.uk.ibm.com (192.168.101.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Mon, 17 Feb 2020 17:08:32 -0000 Received: from d06av23.portsmouth.uk.ibm.com (d06av23.portsmouth.uk.ibm.com [9.149.105.59]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 01HH8U3P49152106 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 17 Feb 2020 17:08:30 GMT Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 78205A4053; Mon, 17 Feb 2020 17:08:30 +0000 (GMT) Received: from d06av23.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 3509CA4051; Mon, 17 Feb 2020 17:08:30 +0000 (GMT) Received: from localhost (unknown [9.152.212.204]) by d06av23.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Mon, 17 Feb 2020 17:08:30 +0000 (GMT) Date: Mon, 17 Feb 2020 18:08:28 +0100 From: Vasily Gorbik To: Geert Uytterhoeven Cc: Harald Freudenberger , Heiko Carstens , Christian Borntraeger , Jiri Kosina , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH trivial] s390/pkey/zcrypt: spelling s/crytp/crypt/ References: <20200212084622.9219-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200212084622.9219-1-geert+renesas@glider.be> X-TM-AS-GCONF: 00 x-cbid: 20021717-0016-0000-0000-000002E7ABB5 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 20021717-0017-0000-0000-0000334ABC42 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138,18.0.572 definitions=2020-02-17_11:2020-02-17,2020-02-17 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 bulkscore=0 priorityscore=1501 spamscore=0 adultscore=0 mlxscore=0 impostorscore=0 malwarescore=0 phishscore=0 suspectscore=1 mlxlogscore=988 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2002170140 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 12, 2020 at 09:46:22AM +0100, Geert Uytterhoeven wrote: > Fix typos in a comments. > > Signed-off-by: Geert Uytterhoeven > --- > drivers/s390/crypto/zcrypt_ep11misc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/s390/crypto/zcrypt_ep11misc.c b/drivers/s390/crypto/zcrypt_ep11misc.c > index d4caf46ff9df1559..2afe2153b34e32e9 100644 > --- a/drivers/s390/crypto/zcrypt_ep11misc.c > +++ b/drivers/s390/crypto/zcrypt_ep11misc.c > @@ -887,7 +887,7 @@ static int ep11_unwrapkey(u16 card, u16 domain, > /* empty pin tag */ > *p++ = 0x04; > *p++ = 0; > - /* encrytped key value tag and bytes */ > + /* encrypted key value tag and bytes */ > p += asn1tag_write(p, 0x04, enckey, enckeysize); > > /* reply cprb and payload */ > @@ -1095,7 +1095,7 @@ int ep11_clr2keyblob(u16 card, u16 domain, u32 keybitsize, u32 keygenflags, > > /* Step 1: generate AES 256 bit random kek key */ > rc = ep11_genaeskey(card, domain, 256, > - 0x00006c00, /* EN/DECRYTP, WRAP/UNWRAP */ > + 0x00006c00, /* EN/DECRYPT, WRAP/UNWRAP */ > kek, &keklen); > if (rc) { > DEBUG_ERR( > -- > 2.17.1 > Applied, thanks