Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1026634pxk; Thu, 10 Sep 2020 05:20:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzKH8oy2AoaNme3eUE1omUBidnuimbZ9uFOi5ocXbHQhWshF3gWIiEg3lRHyZPtrTunYLJ8 X-Received: by 2002:a17:906:3552:: with SMTP id s18mr8362675eja.23.1599740409954; Thu, 10 Sep 2020 05:20:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599740409; cv=none; d=google.com; s=arc-20160816; b=z2ibiqru3ar/PNYs/ELMPztFMXQ5zoqtjMg6e+lATj6EhBlLHvW895TniQpGHiOOD3 iIwVwQIBoTU0VF5DihggTllzKufS7xu3ZMh1qtaOQTeJh0pzouMK2TWiwyLwEu1MTx1Q xO59fJwQYccHMSOQoj0VlqvuP/OyAH4mb3YFS0JLE1N7iBy1VV3SM+gRN/mD+fnwhDp1 QIvIuWO5njaMEOQEXAM2Q9yoXCVFTKGVKfvfEELKKpFgGjxLoDknHnuAn01QdXZ9En8g vlMK5ysca07WZ8Eo8PtIe2Hy9744PDy/CkjhxcrbE6ILkzOlkUcG0Mgsgq9MJF1UX38a Va0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=U/iOHqvQk6wMnYw6aY9R8FcKSAdiiNapp/M6KQOoThE=; b=AZn+rsgAiaq6mBiDgc4XG2uJK8jzNbtztfYIbdcw3Bme9ZDEo7VscsHDopMBPjNkeQ j8IWDCdXXkMRocR2HK6uh3c4OqZ49SnLmjxsyNSigyyw8/N10czZ4M0rUdB9tN5AtPMY MVX6hpquCxTUrvm5GTlM1lNcP/I3bXTC0ANnGUJldheByCXY7B44MrEBIslXSoV1Yhdt Z9xExu2vhkMiyM2h08HITvKaOGAVfVssOdaXwoDk9yypV5dLKZeFBJ8wM1sWJ/giLk9e KkJyPRj360vnVlQ/x4vNmu4AteryQ6b/KR5bVVn0j8a9Ds0ATvVWvXu2mn7VKQdTC/Th 5Fng== 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 g90si4106520edd.492.2020.09.10.05.19.41; Thu, 10 Sep 2020 05:20:09 -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 S1727830AbgIJMR7 (ORCPT + 99 others); Thu, 10 Sep 2020 08:17:59 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:11783 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730067AbgIJMQ5 (ORCPT ); Thu, 10 Sep 2020 08:16:57 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BDD51C605CCF5055E20D; Thu, 10 Sep 2020 19:26:48 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Sep 2020 19:26:39 +0800 From: Meng Yu To: , CC: , , , Subject: [PATCH 0/3] crypto: hisilicon/hpre - misc clean up and fixes Date: Thu, 10 Sep 2020 19:25:19 +0800 Message-ID: <1599737122-20734-1-git-send-email-yumeng18@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Adjust some tiny coding problems and fix a bug of DH algorithm. Meng Yu (3): crypto: hisilicon/hpre - delete an useless member crypto: hisilicon/hpre - adjust some coding style crypto: hisilicon/hpre - fix a bug in dh algorithm drivers/crypto/hisilicon/hpre/hpre.h | 1 - drivers/crypto/hisilicon/hpre/hpre_crypto.c | 15 +++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) -- 2.8.1