Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752405AbdFMJlG (ORCPT ); Tue, 13 Jun 2017 05:41:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54944 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbdFMJlF (ORCPT ); Tue, 13 Jun 2017 05:41:05 -0400 Date: Tue, 13 Jun 2017 11:40:55 +0200 From: Greg KH To: Derek Robson Cc: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Drivers: sm750fb - style fix Message-ID: <20170613094055.GH5677@kroah.com> References: <20170608081707.1825-1-robsonde@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608081707.1825-1-robsonde@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 18 On Thu, Jun 08, 2017 at 08:17:07PM +1200, Derek Robson wrote: > Fix checkpatch.pl warnings of the form "function definition argument > 'foo' should also have an identifier name" in header files. > > Signed-off-by: Derek Robson > --- > drivers/staging/sm750fb/sm750.h | 24 ++++++++++++++++-------- > 1 file changed, 16 insertions(+), 8 deletions(-) You sent a bunch of patches, with very vague subjects. Please be more specific, say what part of the kernel you are working on (i.e. staging), and number your patches so I know what order they should be applied in. Please fix up all of them and resend. thanks, greg k-h