From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752503AbdBINAj (ORCPT ); Thu, 9 Feb 2017 08:00:39 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56114 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbdBINAf (ORCPT ); Thu, 9 Feb 2017 08:00:35 -0500 Date: Thu, 9 Feb 2017 13:58:35 +0100 From: Greg KH To: Arushi Cc: forest@alittletooquiet.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging:vt6656:baseband.h: fix function definition argument without identifier name issue Message-ID: <20170209125835.GB23475@kroah.com> References: <20170209125520.GA2107@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170209125520.GA2107@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 06:25:20PM +0530, Arushi wrote: > Function definitions arguments should also have an identifier name as reported by checkpatch.pl. > > Signed-off-by: Arushi Singhal This name does not match up with your From: line :( Also, please wrap your changelog text at the correct width. thanks, greg k-h