From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbdCOEwZ (ORCPT ); Wed, 15 Mar 2017 00:52:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42890 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbdCOEwY (ORCPT ); Wed, 15 Mar 2017 00:52:24 -0400 Date: Wed, 15 Mar 2017 12:52:08 +0800 From: Greg Kroah-Hartman To: Pushkar Jambhlekar Cc: Stephen Warren , Lee Jones , Eric Anholt , Michael Zoran , Daniel Stone , Stefan Wahren , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , Stafford Horne , popcornmix , "moderated list:BROADCOM BCM2835 ARM ARCHITECTURE" , "moderated list:BROADCOM BCM2835 ARM ARCHITECTURE" , "open list:STAGING SUBSYSTEM" , open list Subject: Re: [PATCH] vc04_services: Fixing coding and logical guidelines Message-ID: <20170315045208.GA9748@kroah.com> References: <1489496944-44038-1-git-send-email-pushkar.iit@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489496944-44038-1-git-send-email-pushkar.iit@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 14, 2017 at 06:39:04PM +0530, Pushkar Jambhlekar wrote: > Description: No need for that line. > in file 'vc04_services/interface/vchiq_arm/vchiq_shim.c', making changes to make code according to 'checkpath.pl'. Why indent? Also, you need to be specific as to what type of changes you made. > Also, fixing logical issue, i.e. removing break after goto statement. Don't do multiple things in the same patch, break it up into one-patch-per-thing, and no, "checkpatch.pl cleanups" is not "one thing" :) thanks, greg k-h