From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753686AbbCBIrW (ORCPT ); Mon, 2 Mar 2015 03:47:22 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:37501 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753654AbbCBIrS (ORCPT ); Mon, 2 Mar 2015 03:47:18 -0500 Date: Mon, 2 Mar 2015 11:46:57 +0300 From: Dan Carpenter To: Larry Finger Cc: Matteo Semenzato , gregkh@linuxfoundation.org, oat.elena@gmail.com, andriy.shevchenko@linux.intel.com, hejianet@gmail.com, tapaswenipathak@gmail.com, cengelma@gmx.at, 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: <20150302084657.GB5386@mwanda> References: <1425055449-7742-1-git-send-email-mattew8898@gmail.com> <54F0A234.5090404@lwfinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54F0A234.5090404@lwfinger.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 10:58:28AM -0600, Larry Finger wrote: > On 02/27/2015 10:44 AM, 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 > > > >Signed-off-by: Matteo Semenzato > > I appreciate your efforts, but you are not improving the source. > Running scripts/checkpatch.pl against your patch results in the > following summary: > > total: 60 errors, 32 warnings, 352 lines checked > > You have fixed 60 errors, and introduced 60 new ones. :( That's weird. I only get the 32 warnings. Those are all long line warnings which were there in the original code as well. regards, dan carpenter