Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752030AbcLGIZL (ORCPT ); Wed, 7 Dec 2016 03:25:11 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39042 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751455AbcLGIZK (ORCPT ); Wed, 7 Dec 2016 03:25:10 -0500 Date: Wed, 7 Dec 2016 09:25:08 +0100 From: Greg Kroah-Hartman To: Ozgur Karatas Cc: dpenkler@gmail.com, linux-usb@vger.kernel.org, linux-kernel Subject: Re: [PATCH 1/1] Fixed to checkpatch errors to usbtmc.c Message-ID: <20161207082508.GA4480@kroah.com> References: <5008461481029020@web6h.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5008461481029020@web6h.yandex.ru> 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 Content-Length: 984 Lines: 26 On Tue, Dec 06, 2016 at 02:57:00PM +0200, Ozgur Karatas wrote: > Hello all, This isn't needed in a changelog text. > I will solve a checkpatch.pl script errors. > drivers/usb/class/usbtmc.c:719: ERROR: else should follow close brace '}' > drivers/usb/class/usbtmc.c:735: ERROR: space required after that ',' (ctx:VxV) > drivers/usb/class/usbtmc.c:735: ERROR: space required after that ',' (ctx:VxV) > drivers/usb/class/usbtmc.c:735: ERROR: space required after that ',' (ctx:VxV) > drivers/usb/class/usbtmc.c:746: ERROR: else should follow close brace '}' > drivers/usb/class/usbtmc.c:752: ERROR: space required after that ',' (ctx:VxV) > drivers/usb/class/usbtmc.c:752: ERROR: space required after that ',' (ctx:VxV) > drivers/usb/class/usbtmc.c:1403: ERROR: space required before the open parenthesis '(' > total: 8 errors, 25 warnings, 1558 lines checked Please break this up into one patch per "type" of fix please. > Regards, This isn't needed either :) thanks, greg k-h