Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp457651imm; Mon, 9 Jul 2018 05:07:05 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfGh5l0VT8nLCZB0QIKBOx0b8SfN4tPxs4lax/LTWQAh1QUlXdSrEC24+yQV1Nq3B5JrqyX X-Received: by 2002:a17:902:24a5:: with SMTP id w34-v6mr20291885pla.52.1531138025211; Mon, 09 Jul 2018 05:07:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531138025; cv=none; d=google.com; s=arc-20160816; b=xLZtgP0LjsxVFM28PzaiTcvQxGW3Q7tGC2Ijz/02OcV2d5dz/JEeDy+SPSFfNVtEvA lElCSRlacimXfJfcdErOxdE0/Jyn4ytOxr19x7eVhrE7iEEZ7upE1pti5vwiD+txHG3v gpE4ywaSiGOoI75nVR6313NXSVsN/2Q+Peoitzt58aG9Wd7+eZGcmhbVnf/g3rmhbsP4 UURf2tizlwdNb7bJrBoKNRtC8AWGY+2ADsM2VS9NnWUZ8YQTdmOAIYiCOu6pWc5QH4gj G2MIVnF8VaSRvEfxBORyqV380tuCgaAHRR0pTrnju4f5Qe+iiqqMmyFyr3dLGGQHM8PW 01Rg== 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=G6kZfq3VuYoKxfnjVx9BE92ZZ/+MoZn2m2i+idPjKrY=; b=MaE4q/xbBMJ/9d4rIMO2170QMx8J4/0nm2kh+Kf87/1diCs0iEkV9MyWnkt1JUZI6J FGf17mc/Kh8twye8Q9uPFlJSw/fnO83pb4qZYT/aoIxm4rcaO/DtNWuCZyweTLMfJtgF BoTjun+tbrfiNgjLuc5frIvzadNvxj76uMNHs/ElwyMehGInl+JYYDA+hSisociWnXZu PNlJ/J4GFDL4aAqCL7Z8U6mZjIAvOS4HdhynIpSLLs1CldNEH6L8o6X7aPpkGf4BKbAu 86jXEYVBIYQNQLi6V0mNzve2DborLZirPYBNY585PMGBNUd8EttH1mySOyDv9sc6+r1c hA+A== 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 l26-v6si8011157pfj.188.2018.07.09.05.06.50; Mon, 09 Jul 2018 05:07:05 -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 S932847AbeGIMEv (ORCPT + 99 others); Mon, 9 Jul 2018 08:04:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42266 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932528AbeGIMEt (ORCPT ); Mon, 9 Jul 2018 08:04:49 -0400 Received: from localhost (unknown [46.44.180.42]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0BAFECFD; Mon, 9 Jul 2018 12:04:48 +0000 (UTC) Date: Mon, 9 Jul 2018 14:04:45 +0200 From: Greg KH To: John Whitmore Cc: John Whitmore , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, kstewart@linuxfoundation.org, keescook@chromium.org, aastha.gupta4104@gmail.com, pombredanne@nexb.com, tglx@linutronix.de Subject: Re: [PATCH 03/12] staging:rtl8192u: Remove blank lines before '}' and after '{' characters Message-ID: <20180709120445.GD5196@kroah.com> References: <20180707145513.15325-1-johnfwhitmore@gmail.com> <20180707145513.15325-3-johnfwhitmore@gmail.com> <20180708153811.GA29737@kroah.com> <20180709092953.hte2evscogprubr3@xux707-tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180709092953.hte2evscogprubr3@xux707-tw> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 09, 2018 at 10:29:54AM +0100, John Whitmore wrote: > On Sun, Jul 08, 2018 at 05:38:11PM +0200, Greg KH wrote: > > On Sat, Jul 07, 2018 at 03:55:04PM +0100, John Whitmore wrote: > > > Coding style change to simply remove the unrequired spaces before a closing > > > brace or before an opening brace. > > > > That would be good, but that's not what this patch does :( > > > > It removes lines, not spaces, as the subject line said. You also fix up > > an indentation as well. > > > > thanks, > > > > greg k-h > > Just for clarification, before I assume something and make a mistake, I'm > wondering about this patch set. I got auto notification to say that patches 1, > 2, 4, & 6 had been accepted and merged with staging-next. And I got this email > to explain why patch number 3 wasn't up to scratch. > > But that leaves 5, 7, 8, 9, 10, 11 & 12. I'm assuming that they didn't apply > and I that I can resubmit them with a fixed up patch number 3. That seems > logical to me so I'll work on that basis for the moment. Thought I'd better > check, before I confuse people, with an erroneous assumption. Yes, that is correct. thanks, greg k-h