From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759169AbcEGDaD (ORCPT ); Fri, 6 May 2016 23:30:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56792 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759052AbcEGDaC (ORCPT ); Fri, 6 May 2016 23:30:02 -0400 Date: Fri, 6 May 2016 23:29:46 -0400 From: Greg KH To: Bruno Carvalho Cc: ciorneiioana@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, shivanib134@gmail.com, tj@kernel.org, s.demeszko@wireless-instruments.com, bhumirks@gmail.com Subject: Re: [PATCH] staging: gdm724x: fixing coding style problems listed by checkpatch Message-ID: <20160507032946.GA10607@kroah.com> References: <1462574792-4672-1-git-send-email-brunocarvalhofarias@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462574792-4672-1-git-send-email-brunocarvalhofarias@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 06, 2016 at 06:46:32PM -0400, Bruno Carvalho wrote: > This patch is to fix some coding style issues pointed > by scripts/checkpatch.pl Which ones specifically? Please be descriptive, as other commits are for this driver, take a look at them for examples. And remember, only do one "type" of change per patch, don't mix us a bunch of different types of coding style cleanups in the same patch. Please fix this up and resend. thanks, greg k-h