From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752329AbdBJOJS (ORCPT ); Fri, 10 Feb 2017 09:09:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57828 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbdBJOJR (ORCPT ); Fri, 10 Feb 2017 09:09:17 -0500 Date: Fri, 10 Feb 2017 15:08:07 +0100 From: Greg KH To: Arushi Singhal Cc: forest@alittletooquiet.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging:vt6656:channel.h: fix function definition argument without identifier name issue Message-ID: <20170210140807.GA7136@kroah.com> References: <20170209144756.GA17370@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170209144756.GA17370@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 Thu, Feb 09, 2017 at 08:17:56PM +0530, Arushi Singhal wrote: > Function definitions arguments should also have an identifier name as > reported by checkpatch.pl. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/vt6656/channel.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Does not apply to my tree :(