Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp6262836imm; Mon, 27 Aug 2018 12:32:36 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb92h9HTjVMon1bTzYSH3r4hyL3kE07U7ePuNdjz7BZZ5qX3Byz+nsW5JbZSPmqbyYZna2q X-Received: by 2002:a65:490e:: with SMTP id p14-v6mr7827050pgs.437.1535398356728; Mon, 27 Aug 2018 12:32:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535398356; cv=none; d=google.com; s=arc-20160816; b=gLgqCCbzAiIPUcX5kNCMOpY9TFpnDXQsh/5S9CWj7IHzWgNq+BMMkXItxPcLEysCMP FfY7wCyHX1HfQxmFZ43Nc/BKgQtKMHEt8rpZaYiw3lo+qYqOzVHp//NwO2jYtx3vYwEd CHqze25nAy7HiPKmwGL+HhFJ0yJyOrNoAYvFWR0EgkO6XoZsyXFvPLjXREiT+3ECfI6h JKKZ+3JPYHiGxFKrzur+GF79wCE1ldYMHMWXC3P2AOnJw8dhSXxdW/RYDOfQCEZX/0hN Ip50Oypnr2Mq+QMF240Iig8QqRlslwd0au9C/5JOoy4/+y1WMAnO8r7oyY87KFILt93A NyzA== 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:arc-authentication-results; bh=W6qm7BcbsUCuvJ+fUTbYuA+jS3KwMP1HpIndR7qelpM=; b=kqstX1J9MaJpUmQWJ+BxwLuVef5083tP7kQKrBycO0jeQSbYtaBOD/cifCMTknQIJS jCiSecHC5oXtH22F41EL7hbkMsLL5flqjnv30P7dPO5CxYVwrY4rig5rHojOkfjb8hpC ZqBiYLvFi6GQLu6/Muxc6TVaVu2dHnCK1yfrRB0DgSSHG5l7O+dnwBFqpcbS6+jENa9H nvh0fArPHPk9zG49LiAPFr8i2LeXb6s6WyzSkyEvN1Ew0jhhsTrx1bti6mXupOO6J0QR h7TYNzRKBdpsG7yok7VEqRMFZhWgV8YzkRnkF38e2kL2CEYELcHEnc6AK+zQb405wgzO mDMA== 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 o126-v6si31307pfb.20.2018.08.27.12.32.21; Mon, 27 Aug 2018 12:32:36 -0700 (PDT) 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 S1727274AbeH0XSp (ORCPT + 99 others); Mon, 27 Aug 2018 19:18:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726887AbeH0XSo (ORCPT ); Mon, 27 Aug 2018 19:18:44 -0400 Received: from localhost (unknown [62.119.166.9]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C0184D80; Mon, 27 Aug 2018 19:30:46 +0000 (UTC) Date: Mon, 27 Aug 2018 21:30:42 +0200 From: Greg KH To: John Whitmore Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, John Whitmore Subject: Re: [PATCH 01/17] staging:rtl8192u: Remove unused defines - Style Message-ID: <20180827193042.GA32639@kroah.com> References: <20180821171537.9330-1-johnfwhitmore@gmail.com> <20180821171537.9330-2-johnfwhitmore@gmail.com> <20180827172719.GA27393@kroah.com> <20180827191648.GA19692@xux707-tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180827191648.GA19692@xux707-tw> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 27, 2018 at 08:21:36PM +0100, John Whitmore wrote: > On Mon, Aug 27, 2018 at 07:27:19PM +0200, Greg KH wrote: > > On Tue, Aug 21, 2018 at 06:15:21PM +0100, John Whitmore wrote: > > > Remove a number of unused constant definitions. > > > > > > This is a coding style change which should have no impact on runtime > > > code execution. > > > > > > Signed-off-by: John Whitmore > > > --- > > > drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h | 5 ----- > > > 1 file changed, 5 deletions(-) > > > > Is this series a duplicate of a prebious series? > > > > it doesn't apply at all to my tree now. > > > > totally confused, > > > > greg k-h > > Sorry didn't mean to confuse you, but now you've got your own back ;) > After this message I got an automated email to say that the patch > had been applied. I'll give it a few days for the changes to make > it into staging-next and if needs be I will resubmit the patch. Ok, thanks, I went through all of the staging patches today, I might have ended up looking at a few of them twice :) greg k-h