Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754726AbbB0QzB (ORCPT ); Fri, 27 Feb 2015 11:55:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43087 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbbB0QzA (ORCPT ); Fri, 27 Feb 2015 11:55:00 -0500 Date: Fri, 27 Feb 2015 08:53:34 -0800 From: Greg KH To: Matteo Semenzato Cc: oat.elena@gmail.com, andriy.shevchenko@linux.intel.com, hejianet@gmail.com, tapaswenipathak@gmail.com, cengelma@gmx.at, dan.carpenter@oracle.com, larry.finger@lwfinger.net, abelmoyo.ab@gmail.com, kristina.martsenko@gmail.com, standby24x7@gmail.com, sudipm.mukherjee@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: rtl8188eu: fix coding style errors Message-ID: <20150227165334.GA24821@kroah.com> References: <1425055449-7742-1-git-send-email-mattew8898@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425055449-7742-1-git-send-email-mattew8898@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 20 On Fri, Feb 27, 2015 at 05:44:09PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following errors: > ERROR: space prohibited before that ',' (ctx:WxW) > ERROR: space prohibited before that ',' (ctx:WxW) > ERROR: switch and case should be at the same indent That's a lot of different things, please split this up into multiple patches (at least one for the space issues, and one for the switch/case issue.) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/