From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752161AbbGOCtt (ORCPT ); Tue, 14 Jul 2015 22:49:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48979 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539AbbGOCts (ORCPT ); Tue, 14 Jul 2015 22:49:48 -0400 Date: Tue, 14 Jul 2015 19:49:47 -0700 From: Greg KH To: Aldo Iljazi Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging:rtl8192u: fixed coding style issues Message-ID: <20150715024947.GA17734@kroah.com> References: <1435169104-23608-1-git-send-email-aldoiljazi@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435169104-23608-1-git-send-email-aldoiljazi@openmailbox.org> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 24, 2015 at 09:05:04PM +0300, Aldo Iljazi wrote: > Fixed the following coding style issues: > r819xU_firmware.c:72: ERROR: space required after that ',' (ctx:VxO) > r819xU_firmware.c:72: ERROR: space required before that '&' (ctx:OxV) > r819xU_firmware.c:72: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:97: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:248: ERROR: space required after that ',' (ctx:VxO) > r819xU_firmware.c:248: ERROR: space required before that '&' (ctx:OxV) > r819xU_firmware.c:260: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:260: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:265: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:265: ERROR: space required after that ',' (ctx:VxV) > r819xU_firmware.c:325: ERROR: space required after that ',' (ctx:VxV) > > Signed-off-by: Aldo Iljazi > --- > drivers/staging/rtl8192u/r819xU_firmware.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Someone send this patch just before you did, sorry :(