Received: by 10.223.148.5 with SMTP id 5csp5979738wrq; Wed, 17 Jan 2018 08:02:16 -0800 (PST) X-Google-Smtp-Source: ACJfBou1M57zJFwzADJM+Ifidfh7hqKDaZnPrUr7QiDPInEoCO9Y47MhixCzX8oYLfNHGhHJAjpk X-Received: by 10.159.211.72 with SMTP id g8mr13805351plp.102.1516204936361; Wed, 17 Jan 2018 08:02:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516204936; cv=none; d=google.com; s=arc-20160816; b=JEJwDZNlPX9V4wo+Sk9HLvaO00xm1ZxtkOt1Za08aaJjW7mJfHigv6woXd/tCleksY yvzaTV3NYxcczbkPaCMZJ2msTOk2z9JV/mbsBXi+qbe9iC1rw+PoEUM9JIairje0GMOV yNT/lWufizLjaTadlt2Wld9o8X2Wo/J9z6Va3vzMo/fg1Tj5gkvVJa55v0K+t/Q+YIh8 6ziFgjkJDw5HC3c4YBRw/paCh23Tdl+3ktnddUpmmu6aHjTZlUZCBjeLURAKSRUNl2nw HzllwcBCKuWAT6aa8DV60xoekmaZ9/tCM9NldE5HCEAnvqCKKNEp9USEusgGTAL+o+vz f0Fg== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=0fNtv6wbwve9lSalC51jgGBJpTrPYZPI8I173coLgR0=; b=aU6yRSMHLbSdwaA+XQLeYFUYnITpFPMDPMcIkGWi4HvUNq1exG/i3BSU143Axz3qIR rypg7kKN3mcGK/VKpyItXf2+Ig5+2DwarmmxxR5lHO9zAkmIwU12wmb9SC2j3oBHD0aM TG6TCVMrz0I7aXCy1UxCGQQuwElwg9x1IbMiAkz3zaxO5Kffsgk4sfWNTn/UpsC/cuMJ 8YaQDiXf+ZeHzK1/zgBjfaU4EW5l7uO6Hh+5tABptND2v1knHBFGFWL51iHy2fEoxejf 1HGZ0JokaQ08cpQqmUNmHuhtawJ7BpIV1TOWdK3R10O/zNHWSUPTTZzRMDddbSsX8mIl OltA== 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 t1si4528417plb.740.2018.01.17.08.01.42; Wed, 17 Jan 2018 08:02:16 -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 S1753793AbeAQQAo (ORCPT + 99 others); Wed, 17 Jan 2018 11:00:44 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:55772 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752746AbeAQQAn (ORCPT ); Wed, 17 Jan 2018 11:00:43 -0500 Received: from localhost (unknown [185.216.33.115]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 3B4C91088; Wed, 17 Jan 2018 16:00:42 +0000 (UTC) Date: Wed, 17 Jan 2018 17:00:39 +0100 From: Greg KH To: Shreeya Patel Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] Remove checkpatch warnings Message-ID: <20180117160039.GA4495@kroah.com> References: <20180117135808.GA5262@kroah.com> <1516203410.2128.3.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1516203410.2128.3.camel@gmail.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 17, 2018 at 09:06:50PM +0530, Shreeya Patel wrote: > On Wed, 2018-01-17 at 14:58 +0100, Greg KH wrote: > > On Wed, Jan 17, 2018 at 12:24:50AM +0530, Shreeya Patel wrote: > > > > > > This patchset removes some warnings generated by checkpatch > > > for cleanup of the rtl8723bs driver. Also some additional > > > cleanups are introduced in the *[1/4] and *[3/4] patches > > > to make the code according to the kernel coding style. > > > > > > Changes in v2 > > > ? -Rebase and resend the patches [2/4], [3/4] and [4/4]. > > That's horrid, I now think I'm missing patch 1 of the series, how am > > I > > supposed to know that? > > I had sent you this patchset before also, but only the first patch was > accepted by you at that time. > No reviews were given for the other three. > As almost 4 weeks had pass, I thought of sending the patches again > which are yet to be accepted. I can not remember who sent me what patches yesterday, let alone 4 weeks ago. I get about 1000 emails a day I have to do something with, please never expect someone to remember "state" when submitting a patch. thanks, greg k-h