From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934590AbdAER1E (ORCPT ); Thu, 5 Jan 2017 12:27:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53514 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936829AbdAER0m (ORCPT ); Thu, 5 Jan 2017 12:26:42 -0500 Date: Thu, 5 Jan 2017 18:20:31 +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 1/2] drivers/staging/rtl8188eu/core/rtw_ap.c un-necessary parenthesis Message-ID: <20170105172031.GB21734@kroah.com> References: <1483578661-7790-1-git-send-email-scott@matheina.com> <1483578661-7790-2-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-2-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:40PM -0600, Scott Matheina wrote: > Fixed coding style issue, un-necessary parenthesis present > > Signed-off-by: Scott Matheina Again, problems with your subject, does it make sense? Look at what others do for this driver, it should look something like: [PATCH 1/2] staging: rwl8188eu: rtw_ap.c: remove unnecessary braces Please fix this up and resend. Same for patch 2/2. thanks, greg k-h