From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbdBXQbo (ORCPT ); Fri, 24 Feb 2017 11:31:44 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:32914 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbdBXQbi (ORCPT ); Fri, 24 Feb 2017 11:31:38 -0500 Date: Fri, 24 Feb 2017 17:31:30 +0100 From: Greg Kroah-Hartman To: Arushi Singhal Cc: arnaud.patard@rtp-net.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [PATCH] staging: xgifb: function prototype argument should have an identifier name Message-ID: <20170224163130.GA29645@kroah.com> References: <20170222111918.GA25063@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170222111918.GA25063@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 22, 2017 at 04:49:19PM +0530, Arushi Singhal wrote: > function prototype arguments like 'struct vb_device_info *','unsigned > long' etc. should have an identifier name. > > Signed-off-by: Arushi Singhal > --- > Changes in v3: > - By mistake one irrelevant line was added which is removed in this > patch. > - write the changes done in previous version in correct format. > - make the commit subject more relevant and accurate. This patch doesn't apply to my tree at all :( sorry, greg k-h