From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935323AbdAERTN (ORCPT ); Thu, 5 Jan 2017 12:19:13 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53166 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761791AbdAERTE (ORCPT ); Thu, 5 Jan 2017 12:19:04 -0500 Date: Thu, 5 Jan 2017 18:19:25 +0100 From: Greg Kroah-Hartman To: Scott Matheina Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Ivan Safonov , Anchal Jain , Kyle Kuffermann , Bhaktipriya Shridhar , Luca Ceresoli Subject: Re: [PATCH 0/2] Fixes coding style Message-ID: <20170105171925.GA21734@kroah.com> References: <1483578661-7790-1-git-send-email-scott@matheina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483578661-7790-1-git-send-email-scott@matheina.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2017 at 07:10:39PM -0600, Scott Matheina wrote: > The patch series addresses some coding style issues contained within the file. > > Scott Matheina (2): > drivers/staging/rtl8188eu/core/rtw_ap.c un-necessary parenthesis > drivers/staging/rtl8188eu/core/rtw_ap.c Alignment should match open > parenthesis > > drivers/staging/rtl8188eu/core/rtw_ap.c | 144 ++++++++++++++++---------------- > 1 file changed, 71 insertions(+), 73 deletions(-) Your subject line here could use some work, it needs to say where you are doing the work. For example it could have said: [PATCH 0/2] staging: rtl8188eu: coding style fixes Or better yet, no 0/2 email at all, a two patch series doesn't need it. thanks, greg k-h