From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933315AbdBPSaF (ORCPT ); Thu, 16 Feb 2017 13:30:05 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58636 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932836AbdBPSaE (ORCPT ); Thu, 16 Feb 2017 13:30:04 -0500 Date: Thu, 16 Feb 2017 10:30:02 -0800 From: Greg Kroah-Hartman To: Arushi Singhal Cc: arnaud.patard@rtp-net.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: xgifb: function definition argument should also have an identifier name Message-ID: <20170216183002.GA5188@kroah.com> References: <20170215083147.GA7353@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170215083147.GA7353@arushi-HP-Pavilion-Notebook> 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 On Wed, Feb 15, 2017 at 02:01:47PM +0530, Arushi Singhal wrote: > function definition argument 'struct vb_device_info *' and 'unsigned > long' should also have an identifier name. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/xgifb/vb_init.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) You sent two patches, both different, for the same file with the same subject line, so I don't know what to do, so I will just delete both from my inbox. Please fix up, and resend. thanks, greg k-h