Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2825175imu; Sun, 23 Dec 2018 08:37:21 -0800 (PST) X-Google-Smtp-Source: ALg8bN79YZSRSWYwYBS8KtGCaPzDtBGXvPAKT4W0imqAMdv+3ZKT+a4o6VUKWHIhyZ2V6zeYn0Uj X-Received: by 2002:a6b:fa0e:: with SMTP id p14mr6444965ioh.271.1545583041214; Sun, 23 Dec 2018 08:37:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545583041; cv=none; d=google.com; s=arc-20160816; b=fT66/4ok3/8/s01dLdmxg3FVqeij7ewMH+tuNrxfALZrtCwtl9rUQ3WqrfuTVy0Nun gYok18CVt/3Nn5TzbMYHWPM9mzvvK4KzR3TvmNKAswnNAV766lnA+VmUATWCj06u+B8M 5b84QHTfL54K8/HTF/39OgejsKgh4IBOP/1JrydPCJur1Du35R8MOmd9mxyd8fBEY0h1 QKmNBvNbFtC9/cGbMVo0zlhklEgC4iWus6zJCaFPHEZ7Ubms0jCEDYQvr8ZRyeCDa9W6 3/crIB8aLPin4H6TJcj5WUdVrTLxVZEHRhYo84UGt77BimGx79EpOW4g9Mu5CoWjZac6 V1sw== 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=+PZ8qxfv1q4Cq7QfS+gJuN5w6LeIrTB+voORddklH2w=; b=hf1v1cNOurZFDp7olDhgnnaAFdRJs9ZMbdqGdSzO1NLzvKK8hbbSJBl3f+j949xYd1 Zh2VS9LY1gFbrRUbcZOkG34fr2+Ych9GaHi5Xw8MktMqXG/hamYdutX+P6NsIfJHyi4D gLnKVIOrDoVBmltXbgdBddzCuqM5BDcqOhOXWDTlS9mlWNuC6LApFQkDOKYIsxrCL+Yh 8yy7t3UUQ5FlIHZ6Byi6twYwNumFhjtZAvybQAQceqH/4zxIOcAyusOuayV+DPNgc64m OIQfGywnPyRtW9ey8vhqlPCL2bHN6EaNiEVP8puY9ZmQuDCr+aghrzuMH8/i7gkK4VYd //yw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 n22si15634735jak.116.2018.12.23.08.37.08; Sun, 23 Dec 2018 08:37:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391649AbeLWECX (ORCPT + 99 others); Sat, 22 Dec 2018 23:02:23 -0500 Received: from orcrist.hmeau.com ([104.223.48.154]:38974 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729640AbeLWECX (ORCPT ); Sat, 22 Dec 2018 23:02:23 -0500 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1gauy3-0008KL-Kx; Sun, 23 Dec 2018 12:02:19 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1gauy0-0004pB-8F; Sun, 23 Dec 2018 12:02:16 +0800 Date: Sun, 23 Dec 2018 12:02:16 +0800 From: Herbert Xu To: Corentin Labbe Cc: davem@davemloft.net, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] crypto: crypto_user_stat: remove unused dump functions Message-ID: <20181223040216.ebailnnyyq4fzkpg@gondor.apana.org.au> References: <1544690198-21993-1-git-send-email-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1544690198-21993-1-git-send-email-clabbe@baylibre.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 13, 2018 at 08:36:37AM +0000, Corentin Labbe wrote: > This patch removes unused dump functions for crypto_user_stats. > There are remains of the copy/paste of crypto_user_base to > crypto_user_stat and I forgot to remove them. > > Signed-off-by: Corentin Labbe > --- > crypto/crypto_user_base.c | 4 +--- > crypto/crypto_user_stat.c | 33 ---------------------------- > include/crypto/internal/cryptouser.h | 12 ---------- > 3 files changed, 1 insertion(+), 48 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt