From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751505AbdBXQu3 (ORCPT ); Fri, 24 Feb 2017 11:50:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33938 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304AbdBXQuB (ORCPT ); Fri, 24 Feb 2017 11:50:01 -0500 Date: Fri, 24 Feb 2017 17:49:54 +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 v3] staging: xgifb: function prototype argument should also have an identifier name Message-ID: <20170224164954.GA17967@kroah.com> References: <20170222181639.GA30190@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170222181639.GA30190@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 11:46:39PM +0530, Arushi Singhal wrote: > function prototype argument 'struct vb_device_info *' and 'unsigned > long' should also have an identifier name. > > Signed-off-by: Arushi Singhal > --- > changes in v3 > -make the subject title more relevant. > -change the identifier of struct vb_device_info to XGI_Pr. > --- > drivers/staging/xgifb/vb_init.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Does not apply to my tree :(